zackronixxx / get-flash-videos

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

Unable to download any videos from ITV Player #281

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Try to download any video from ITV Player  ./get_flash_videos 
"http://www.itv.com/itvplayer/video/?Filter=254362" --debug

What is the expected output? What do you see instead?

I expect to download a video - instead I get the following error message

1 plugin installed:
- Itv.pm
Downloading http://www.itv.com/itvplayer/video/?Filter=254362
-> GET http://www.itv.com/itvplayer/video/?Filter=254362
<- 200 text/html (20363): UTF8 on, non-ASCII, 20363 characters 20365 bytes
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Using method 'itv' for http://www.itv.com/itvplayer/video/?Filter=254362
<s:Envelope 
xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode>
s:Unexpected</faultcode><faultstring xml:lang="en-GB">The formatter threw an 
exception while trying to deserialize the message: There was an error while 
trying to deserialize parameter http://tempuri.org/:siteInfo. The 
InnerException message was 'Invalid enum value 'Web' cannot be deserialized 
into type 'Itv.BB.Mercury.Common.Types.Platform'. Ensure that the necessary 
enum values are present and are marked with EnumMemberAttribute attribute if 
the type has DataContractAttribute attribute.'.  Please see InnerException for 
more details.</faultstring></s:Fault></s:Body></s:Envelope>
Error: Unable to find <Video> in XML at ./get_flash_videos line 12898.

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?

v1.24 on Snow Leopard

Please provide any additional information below.

Original issue reported on code.google.com by deanjohn...@gmail.com on 10 Jul 2011 at 2:25

GoogleCodeExporter commented 9 years ago
I get the same on Ubuntu 11.04

 get_flash_videos http://www.itv.com/itvplayer/video/?Filter=255649 --debug
No plugins installed
Downloading http://www.itv.com/itvplayer/video/?Filter=255649
-> GET http://www.itv.com/itvplayer/video/?Filter=255649
<- 200 text/html (20617)
Trying to open plugin ~/.get_flash_videos/plugins/Www.pm
Trying to open plugin ~/.get_flash_videos/plugins/Itv.pm
Using method 'itv' for http://www.itv.com/itvplayer/video/?Filter=255649
<s:Envelope 
xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode>
s:Unexpected</faultcode><faultstring xml:lang="en-GB">The formatter threw an 
exception while trying to deserialize the message: There was an error while 
trying to deserialize parameter http://tempuri.org/:siteInfo. The 
InnerException message was 'Invalid enum value 'Web' cannot be deserialized 
into type 'Itv.BB.Mercury.Common.Types.Platform'. Ensure that the necessary 
enum values are present and are marked with EnumMemberAttribute attribute if 
the type has DataContractAttribute attribute.'.  Please see InnerException for 
more details.</faultstring></s:Fault></s:Body></s:Envelope>
Error: Unable to find <Video> in XML at /usr/share/perl5/FlashVideo/Site/Itv.pm 
line 47.

Original comment by mrphcon...@gmail.com on 15 Jul 2011 at 1:14

GoogleCodeExporter commented 9 years ago
try using an older version of rtmpdump. I use v 2.2, and it works

Original comment by mathew.h...@gmail.com on 3 Aug 2011 at 8:36

GoogleCodeExporter commented 9 years ago
Are you running v 2.2 on Mac OS X?  Are you using the basic 2.2, or b, c, d etc?

I can't seem to find any instructions for compiling 2.2 on OS X and "sudo make" 
doesn't work.

I tried upgrading to the new rtmpdump 2.4, but get the same error as above.

Original comment by deanjohn...@gmail.com on 4 Aug 2011 at 10:31