google-code-export / get-flash-videos

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

hulu not working #234

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try downloading movie from hulu
2.
3.

What is the expected output? What do you see instead?
expect file to start downloading. instead I see this
Use of uninitialized value $data[1] in pack at 
/loader/0x1de4fc0/FlashVideo/Site/Hulu.pm line 418.
Error: wrong key length: key must be 128, 192 or 256 bits long at 
/loader/0x1de4fc0/FlashVideo/Site/Hulu.pm line 418.

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: ./combined-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?
I've got the latest version with -u option

Please provide any additional information below.

Original issue reported on code.google.com by nfuhri...@gmail.com on 30 Jan 2011 at 3:57

GoogleCodeExporter commented 9 years ago
upon further digging it appears that "pid" in xml is now just the chipher OR 
the key. It used to be both.

Original comment by nfuhri...@gmail.com on 31 Jan 2011 at 5:33

GoogleCodeExporter commented 9 years ago
Working off comment #1, I found that returning that pid in decrypt_id seems to 
work.

Here's a quick patch.  I also fixed the content_id regex.

Bug  233 is the same.

Original comment by tmavroi...@gmail.com on 1 Feb 2011 at 11:00

Attachments:

GoogleCodeExporter commented 9 years ago
verified that patch works

Original comment by nfuhri...@gmail.com on 1 Feb 2011 at 11:53

GoogleCodeExporter commented 9 years ago
Many thanks for the patch. Updated version pushed to Gitorious, commit ebca12d8.

Original comment by zakflash...@gmail.com on 3 Feb 2011 at 7:16