Closed GoogleCodeExporter closed 8 years ago
channel4.pm plugin does not open even though installed. How do I get the plugin
to open
Original comment by mathew.h...@gmail.com
on 21 Jul 2011 at 2:16
have the same issue? any answers to this? misfits has just started again.
Original comment by sharp.ja...@gmail.com
on 30 Oct 2011 at 11:42
Does anyone have any information on what this might be? I just got the same
with the latest version from git, even after Explicitly adding Channel4.pm
I've looked at the Channel4.pm plugin and the URL does appear to match
(?:4od/player/|4od#)(\d+), but I still get it saying 'using method 'generic'':
1 plugin installed:
- Channel4.pm
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Channel4.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Brightcove.pm
Trying to open plugin ~/.get_flash_videos/plugins/Mtvnservices.pm
Trying to open plugin ~/.get_flash_videos/plugins/Gawker.pm
Using method 'generic' for
http://www.channel4.com/programmes/smack-the-pony/4od#3107222
Downloading http://www.channel4.com/programmes/smack-the-pony/4od#3107222
-> GET http://www.channel4.com/programmes/smack-the-pony/4od#3107222
<- 200 text/html; charset=UTF-8 (103491)
Found 4odplayer-11.8.5.swf
Guessed http://www.channel4.com/programmes/smack-the-pony/4odplayer-11.8.5.swf
trying...
Exists on
http://www.channel4.com/programmes/smack-the-pony/4odplayer-11.8.5.swf: 405
Error: No URLs found at /usr/local/share/perl/5.10.1/FlashVideo/Generic.pm line
129.
Couldn't extract Flash movie URL. This site may need specific support adding,
or fixing.
Original comment by pur3m...@googlemail.com
on 4 Jan 2012 at 8:06
I managed to get this to work. It turns out I was missing Crypt::Blowfish_PP
that is required by Channel4.pm...
(in ubuntu)
$ wget
http://ftp.esat.net/pub/languages/perl/CPAN/authors/id/M/MA/MATTBM/Crypt-Blowfis
h_PP-1.12.tar.gz
$ tar -xvzf Crypt-Blowfish_PP-1.12.tar.gz
$ cd Crypt-Blowfish_PP-1.12/
$ perl Makefile.PL
$ make
$ sudo make install
Original comment by pur3m...@googlemail.com
on 6 Jan 2012 at 1:50
Support for Channel 4 has been added. As pointed out, Crypt::Blowfish_PP is
required.
Original comment by zakflash...@gmail.com
on 7 Jan 2012 at 5:57
you may need to get the #number from the page source if not shown in the URL
e.g <a href="#3278531">
Original comment by mathew.h...@gmail.com
on 22 Jan 2012 at 6:00
Is there a packaged version of Crypt::Blowfish_PP for Ubuntu? I can only see
libcrypt-blowfish-perl (Crypt::Blowfish) in the default repositories, but that
doesn't work (get_flash_videos still falls back to "generic" for the download).
Original comment by insomnia...@googlemail.com
on 24 Jul 2012 at 4:21
Original issue reported on code.google.com by
phil%phi...@gtempaccount.com
on 13 Oct 2010 at 9:58