pantiweara / get-flash-videos

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

RTMP YouTube Videos Won't Download #549

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.download from youtube
2.fails
3.

What is the expected output? What do you see instead?
Video downloaded, isn't downloaded

What version of the product are you using? On what operating system?
get_flash_videos1.24 for Windows 7

Please provide any additional information below.
C:\Users\Lee>perl c:\users\lee\desktop\get_flash_videos.txt 'http://www.youtube.
com/watch?v=ObHOo9FEPuQ'
Subroutine FlashVideo::Utils::GetACP redefined at (eval 41) line 2.
Subroutine FlashVideo::Utils::GetACP redefined at (eval 43) line 2.
Downloading http://'http://www.youtube.com/watch?v=ObHOo9FEPuQ'
Couldn't download 'http://'http://www.youtube.com/watch?v=ObHOo9FEPuQ'': 500 Can
't connect to 'http::80 (Bad hostname)
Using method 'generic' for http://'http://www.youtube.com/watch?v=ObHOo9FEPuQ'
Error: Couldn't download URL: 500 Can't connect to 'http::80 (Bad hostname) at c
:\users\lee\desktop\get_flash_videos.txt line 5980.

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: c:\users\lee\desktop\get_flash_videos.txt --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.

Original issue reported on code.google.com by thefireb...@gmail.com on 16 Dec 2013 at 9:55

GoogleCodeExporter commented 8 years ago
That looks wrong http://'http:// that is not a URL, try without the single 
quotes around the URL, or try "..." around the URL.

I tried my get_flash_videos and two other downloaders these all failed to 
download the URL, so likely a youtube site change is going to be causing 
problems also.

Original comment by njtaylor...@gmail.com on 16 Dec 2013 at 2:59