rust-youtube-downloader icon indicating copy to clipboard operation
rust-youtube-downloader copied to clipboard

Does not download some links

Open ritiek opened this issue 7 years ago • 0 comments

For example

$ cargo run -- https://www.youtube.com/watch?v=VNdHd1asf9s

0- hd720 video/mp4; codecs="avc1.64001F, mp4a.40.2"
1- medium video/webm; codecs="vp8.0, vorbis"
2- medium video/mp4; codecs="avc1.42001E, mp4a.40.2"
3- small video/3gpp; codecs="mp4v.20.3, mp4a.40.2"
4- small video/3gpp; codecs="mp4v.20.3, mp4a.40.2"
Choose quality (0): 
2
Please wait...
Download is starting...
0 / 0  0.00 % 0.00/s

This generates an empty .mp4 file.

ritiek avatar Apr 02 '18 04:04 ritiek