beyonthink / get-flash-videos

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

Tou.tv video does not download #342

Closed GoogleCodeExporter closed 8 years ago

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

GoogleCodeExporter commented 8 years ago
you have to give a full url with the episode.

Original comment by s1r...@gmail.com on 12 Jan 2012 at 2:43

GoogleCodeExporter commented 8 years ago
Fixed in git.

Original comment by zakflash...@gmail.com on 20 Jun 2012 at 8:29