Open ghost opened 5 years ago
Just as an aside, I am awed by how many issues you guys are able to solve/close each week. How do you ever get anything else done?
Current workaround: With some searching I did find the documented method. I will be making a bashrc alias using the following line:
alias worstyoutube-dl='youtube-dl -f "worstvideo[ext=webm]+worstaudio[ext=webm]"'
I think I'm mostly just upset that the -f 17 format seems to be dropped for all YT videos.
Checklist
Verbose log
Description
The '-f worst' flag is not selecting the smallest file-size possible, it's selecting a 79mb file (apparently -f 43) when there's -f 18 at 57mb in size, and a muxing option of 278 and 249 which would make the file roughly 15mb. I have ffmpeg installed, so I don't understand why 79mb is the worst format available... (We're rural, so we pay about $30 per GB each month for data... 5 hours of blurry video is much better than 15 minutes at HD)