giavoni / get-flash-videos

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

Not able to download videos from Youtube #288

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Use the command "perl get_flash_videos-1.24 <Youtube URL here>"
2.It says "Downloading <URL> .. Using Method 'youtube' for <URL> "
3.and, Unable to find Video URL 
YouTube: Subscribed.

It was working fine a few hours ago. I have tried with many YouTube files and 
it cannot download any of those.

What is the expected output? What do you see instead?
I wanted to download YouTube videos. I see an error "Unable to find Video URL". 
But, YouTube can play it.

What version of the product are you using? On what operating system?
Using 1.24 on Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by abhilash...@gmail.com on 4 Aug 2011 at 7:21

Attachments:

GoogleCodeExporter commented 9 years ago
same issue on ubuntu natty, v. 1.24
I suppose it's related somehow to new player design (cosmic panda)

Original comment by andrei.d...@googlemail.com on 4 Aug 2011 at 7:45

GoogleCodeExporter commented 9 years ago
I tried using get_flash_video: 

$get_flash_videos 
http://www.youtube.com/watch?v=b5HLsvwLPpQ&feature=feedrec_grec_index

and output is below :

Using method 'youtube' for http://www.youtube.com/watch?v=b5HLsvwLPpQ
Unable to find video URL
YouTube: ग्राहकी ली गई

What is the problem???

Original comment by gyan.bha...@gmail.com on 4 Aug 2011 at 9:31

GoogleCodeExporter commented 9 years ago
Instead of pulling URLs from fmt_url_map the information is now in 
url_encoded_fmt_stream_map. The format has changed too, it's now just a 
comma-separated list of url= parameters, it wil be necessary to parse these 
extract itag to identify the quality.

Original comment by datamat...@gmail.com on 4 Aug 2011 at 1:45

GoogleCodeExporter commented 9 years ago
Fix in 
https://github.com/richcollins/get-flash-videos/commit/27e0f1d214e291debfd567b16
52908d0ef6b79d1#lib/FlashVideo/Site

Original comment by datamat...@gmail.com on 5 Aug 2011 at 5:07

GoogleCodeExporter commented 9 years ago
When will this patch be rolled up into a get_flash_videos update?

Original comment by pcwal...@comcast.net on 6 Aug 2011 at 2:39

GoogleCodeExporter commented 9 years ago
Still not able to download HD content. I'm seeing the same issue with 
quvi/cclive.

I hope that would be fixed too.

Original comment by m...@nezmer.info on 6 Aug 2011 at 6:32

GoogleCodeExporter commented 9 years ago
Thanks datamat!
I manually edited my get_flash_videos with your patch. I can download from 
Youtube again. I am using rtmpdump 2.4 BTW.

Original comment by pcwal...@comcast.net on 7 Aug 2011 at 12:19

GoogleCodeExporter commented 9 years ago
Issue 290 has been merged into this issue.

Original comment by mjbauer95 on 7 Aug 2011 at 5:13

GoogleCodeExporter commented 9 years ago
Issue 289 has been merged into this issue.

Original comment by mjbauer95 on 7 Aug 2011 at 5:13

GoogleCodeExporter commented 9 years ago
Issue 291 has been merged into this issue.

Original comment by mjbauer95 on 7 Aug 2011 at 5:14

GoogleCodeExporter commented 9 years ago
Fixed by richcollins in commit 27e0f1d.

Original comment by mjbauer95 on 7 Aug 2011 at 5:15

GoogleCodeExporter commented 9 years ago
Issue 295 has been merged into this issue.

Original comment by mjbauer95 on 9 Aug 2011 at 11:42

GoogleCodeExporter commented 9 years ago
Could anyone help me edit the code to make it working again? I don't know how 
to do that.

Original comment by abhilash...@gmail.com on 10 Aug 2011 at 1:54

GoogleCodeExporter commented 9 years ago
Use the attached file to replace everything in your 1.24 version of 
get_flash_videos between the line that starts with:

##{ blib/lib/FlashVideo/Site/Youtube.pm

and ends with:

##} blib/lib/FlashVideo/Site/Youtube.pm

inclusive.

Original comment by pcwal...@comcast.net on 10 Aug 2011 at 9:12

Attachments:

GoogleCodeExporter commented 9 years ago
I tried to replace section as you advised above but there is an error occurs, 
here is the output:

Downloading http://www.youtube.com/watch?v=2Zf-NR-Zj-I
Using method 'youtube' for http://www.youtube.com/watch?v=2Zf-NR-Zj-I
Error: Can't escape \x{0418}, try uri_escape_utf8() instead at 
get_flash_videos_2 line 5930

Couldn't extract Flash movie URL. This site may need specific support adding,
or fixing.

Original comment by spv60582 on 10 Dec 2011 at 4:52