ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.44k stars 10.04k forks source link

Major bug with --load-info and -g [2015.04.26] #5562

Closed MoSal closed 9 years ago

MoSal commented 9 years ago

Hello.

This works correctly:

youtube-dl -g -f 171 'https://www.youtube.com/watch?v=U6XFJaccpLo'

This returns 2 URLs, both are wrong:

youtube-dl --no-playlist --write-info-json --skip-download 'https://www.youtube.com/watch?v=U6XFJaccpLo'
youtube-dl -g -f 171 --load-info 'Nepal earthquake - First aerial shot of Kathmandu Patan Durbar Square since earthquake-U6XFJaccpLo.info.json'

This previous version I had which didn't have this bug was [2015.04.17].

dstftw commented 9 years ago

Will be fixed in the next version. Thanks for the report.