google-code-export / get-flash-videos

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

Fora.TV parser isn't finding the playpath... #250

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get_flash_videos 
http://fora.tv/2009/06/30/Dan_Siegel_The_Brain_and_the_Developing_Mind

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

It should download the video.

What version of the product are you using? On what operating system?

1.23, Ubuntu Maverick

Please provide any additional information below.

Here's the debug output:

[04:23 AM] epi@fizz :: ~/video $ get_flash_videos --debug 
http://fora.tv/2009/06/30/Dan_Siegel_The_Brain_and_the_Developing_Mind
No plugins installed
Downloading 
http://fora.tv/2009/06/30/Dan_Siegel_The_Brain_and_the_Developing_Mind
-> GET http://fora.tv/2009/06/30/Dan_Siegel_The_Brain_and_the_Developing_Mind
<- 200 text/html; charset=ISO-8859-1 (83066): UTF8 off, ASCII, 83066 characters 
83066 bytes
Using method 'fora' for 
http://fora.tv/2009/06/30/Dan_Siegel_The_Brain_and_the_Developing_Mind
-> GET http://fora.tv/fora/fora_player_full?cid=9894&h=1&b=0
<- 200 text/html; charset=ISO-8859-1 (47): UTF8 off, ASCII, 47 characters 47 
bytes
FlashVideo::RTMPDownloader=HASH(0x9201278)
Running rtmpdump --verbose --rtmp 'rtmp://foratv.fcod.llnwd.net' --app 
'a953/o10' --flv 'video20110324042403.flv' --playpath
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
rtmpdump: DEBUG: Parsing...
rtmpdump: DEBUG: Parsed protocol: 0
tion '--playpath' requires an argument
unknown option: ?
<...snip...>

Looks like the ForaTV parser is getting a NULL value for the playpath that 
RTMPdump needs.

Original issue reported on code.google.com by seegahan@gmail.com on 24 Mar 2011 at 8:32