in reply to using WWW::YouTube::Download?
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 | |
by frozenwithjoy (Priest) on Sep 27, 2012 at 19:57 UTC | |
by Anonymous Monk on Sep 28, 2012 at 06:57 UTC | |
by serkankara (Initiate) on Sep 28, 2012 at 20:27 UTC | |
by Anonymous Monk on Oct 01, 2012 at 09:47 UTC | |
by mimosinnet (Beadle) on Nov 15, 2012 at 17:44 UTC | |
|