giavoni / get-flash-videos

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

Please ignore blip.tv/scripts/* , which does not contain the actual video #314

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some sites which embed blip.tv videos also reference a script 
"http://blip.tv/scripts/ie9-iphone-embeds.js" from their site header.  This 
confuses get_flash_videos, which tries to check for downloads in that script 
rather than the later iframe reference or flash reference.  Digging the iframe 
URL out via view source and feeding that to get_flash_videos produces the 
correct result.

Ignoring any reference to blip.tv/scripts/* should help get_flash_videos find 
the actual video.

What version of the product are you using? On what operating system?
get_flash_videos version 1.24, on Debian GNU/Linux, latest sid.

Original issue reported on code.google.com by j...@joshtriplett.org on 24 Sep 2011 at 7:26