Beefy Boxes and Bandwidth Generously Provided by pair Networks kudra
The stupid question is the question not asked
 
PerlMonks  

Re: Network Outlet

by jwkrahn (Prior)
on Apr 28, 2012 at 03:21 UTC ( #967764=note: print w/ replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    use LWP::Simple;
    use URI::Escape;
    
  2. or download this
    # MEncoder location
    my $mencoder = "c:\\mplayer\mencoder.exe";
    
  3. or download this
    # Get the Port URL
    print "paste in a URL and Press Enter. \n% ";
    ...
    
    # Scrape the page
    my $response = get($url);
    
  4. or download this
    # find the video file
    While ($response =~ m!videoURL\u003d(.*?)\\"!gis) {
    ...
        $videoURl =~ s!\\u003d!=!gs;
    
    # Find the site filename
    
  5. or download this
    # make sure downloaded file is there
    if (-e $filename) {
    ...
        print "Converting to $newfilename...\n";
    
    # use MEncoder to convert to another file (rename intruder's site)
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2013-05-23 05:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (473 votes), past polls