Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: using WWW::YouTube::Download?

by frozenwithjoy (Priest)
on Jun 19, 2012 at 00:59 UTC ( [id://976936]=note: print w/replies, xml ) Need Help??


in reply to using WWW::YouTube::Download?

Given the YouTube url http://www.youtube.com/watch?v=sP4NMoJcFd4, the $video_id is sP4NMoJcFd4.

UPDATE... The following was sufficient to d/l that video (and it played successfully using VLC). I also used some of the other calls successfully, so it seems like all is working well with this module.

#!/usr/bin/env perl use strict; use warnings; use WWW::YouTube::Download; my $video_id = "sP4NMoJcFd4"; my $client = WWW::YouTube::Download->new; $client->download($video_id);

Replies are listed 'Best First'.
Re^2: using WWW::YouTube::Download?
by Anonymous Monk on Sep 27, 2012 at 18:56 UTC
    I tried this code to download a youtube video and got the message: !! http://www.youtube.com/watch?v=XlZhEvsQmWQ&cc=1 download failed: 403 Forbidden at C:\...\perlDownloader.pl line 8 If you can offer some suggestions to prevent this negative response, I would appreciate.
      I re-ran the code I posted in June (that definitely worked in June) and I'm getting a 403 error, too. Perhaps YouTube is blocking downloading of videos in this manner.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (9)
As of 2024-04-23 09:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found