Elerosse-Cuthalion / get-flash-videos

Automatically exported from code.google.com/p/get-flash-videos
0 stars 0 forks source link

4od player fails with no URLs found #177

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use command with url for 4od programme (available on 4od website)

What is the expected output? What do you see instead?
Output:
./get_flash_videos 
http://www.channel4.com/programmes/murder-in-mexico-presumed-guilty/4od#3128589 
--debug
No plugins installed
Downloading 
http://www.channel4.com/programmes/murder-in-mexico-presumed-guilty/4od#3128589
-> GET 
http://www.channel4.com/programmes/murder-in-mexico-presumed-guilty/4od#3128589
<- 200 text/html; charset=UTF-8 (28028)
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/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/Cdn.pm
Trying to open plugin ~/.get_flash_videos/plugins/Inskinmedia.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Static.pm
Trying to open plugin ~/.get_flash_videos/plugins/Ak.pm
Trying to open plugin ~/.get_flash_videos/plugins/Connect.pm
Trying to open plugin ~/.get_flash_videos/plugins/Facebook.pm
Trying to open plugin ~/.get_flash_videos/plugins/Com.pm
Trying to open plugin ~/.get_flash_videos/plugins/Js.pm
Trying to open plugin ~/.get_flash_videos/plugins/Revsci.pm
Trying to open plugin ~/.get_flash_videos/plugins/Net.pm
Using method 'generic' for 
http://www.channel4.com/programmes/murder-in-mexico-presumed-guilty/4od#3128589
Found 4odplayer-4.71.swf
Guessed 
http://www.channel4.com/programmes/murder-in-mexico-presumed-guilty/4odplayer-4.
71.swf trying...
Exists on 
http://www.channel4.com/programmes/murder-in-mexico-presumed-guilty/4odplayer-4.
71.swf: 400
Error: No URLs found at ./get_flash_videos line 15685.

Couldn't extract Flash movie URL. This site may need specific support adding,
or fixing.

Please confirm the site is using Flash video and if you have Flash available
check that the URL really works(!).

Check for updates by running: ./get_flash_videos --update

If the latest version does not support this please open a bug (or
contribute a patch!) at http://code.google.com/p/get-flash-videos/
make sure you include the output with --debug enabled.
Couldn't download any videos.

What version of the product are you using? On what operating system?
latest version of get_flash_videos. Running under OSX Snow Leopard

Please provide any additional information below.

Original issue reported on code.google.com by phil%phi...@gtempaccount.com on 13 Oct 2010 at 9:58

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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