What steps will reproduce the problem?
1. get_flash_videos --debug http://www.tou.tv/les-coulisses-du-bye-bye
2.
3.
What is the expected output? What do you see instead?
Expected: Video downloads
Actual: No download. In the debug output:
Video ID =
Error: Couldn't find TOU.TV video ID at /usr/share/perl5/FlashVideo/Site/Tou.pm
line 28.
What version of the product are you using? On what operating system?
get_flash_videos version 1.24
Ubuntu 11.04
Please provide any additional information below.
The "pid" string was upper cased. Changing line 28 of Tou.pm to
if ($browser->content =~ /,"pid":"(\w+)"/i) {
fixed the issue.
Original issue reported on code.google.com by provost....@gmail.com on 5 Jan 2012 at 4:47
Original issue reported on code.google.com by
provost....@gmail.com
on 5 Jan 2012 at 4:47