Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some videos can be never downloaded. Why? #140

Closed
Jimmm opened this issue Aug 5, 2011 · 2 comments
Closed

Some videos can be never downloaded. Why? #140

Jimmm opened this issue Aug 5, 2011 · 2 comments

Comments

@Jimmm
Copy link

Jimmm commented Aug 5, 2011

http://www.youtube.com/watch?v=pZZ60jrw6cg

There is no program or website, which can download this video.

@phihag
Copy link
Contributor

phihag commented Aug 6, 2011

This is an rtmp video, so it's not as easy, but possible. Here's a step-by-step to download it:

First, I'm afraid I broke youtube rtmp downloading in the newest version. Either download my updated fork or apply this patch
(@rg3, could you cherry-pick it, minus the print? Looks like youtube sends a useless url_encoded_fmt_stream_map for rtmp streams. We need tests for that ;) ).

Then, download, compile and install the newest rtmpdump:

git clone git://git.ffmpeg.org/rtmpdump
(cd rtmpdump && make && sudo make install)

Check that everything worked by typing rtmpdump. This should say RTMPDump v2.4. Now, go ahead and download the video with youtube-dl. There won't be a download status output (something we should work on), but in traditional UNIX fashion, no output is a good sign in this case.

One more caveat: If this fails with a Segmentation Fault, you have librtmp installed on your system. Instead of overwriting it, you can also use

LD_PRELOAD=rtmpdump/librtmp/librtmp.so.0 youtube-dl -t 'http://www.youtube.com/watch?v=pZZ60jrw6cg'

to prefer the librtmpdump.so.0 file from the downloaded development version over your distribution's one.

@Jimmm
Copy link
Author

Jimmm commented Aug 24, 2011

that was really helpful, thanks

@Jimmm Jimmm closed this as completed Aug 24, 2011
joedborg referenced this issue in joedborg/youtube-dl Nov 17, 2020
[pull] master from rg3:master
tsukumijima pushed a commit to tsukumijima/youtube-dl that referenced this issue Dec 2, 2020
ITV BTCC new pages' URL update (articles instead of races)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants