Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Is it legal to use WWW::YouTube::Download ?

by bliako (Monsignor)
on Jan 07, 2020 at 12:02 UTC ( [id://11111121]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub new {
        my $class = shift;
    ...
        ) unless exists $args{ua};
        bless \%args, $class;
    }
    
  2. or download this
    my $ua = new LWP::UserAgent;
    $ua->agent('wolf-dressed-as-lamb/666');
    my $dl = WWW::YouTube::Download->new('ua' => $ua);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11111121]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-19 03:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found