murrty / youtube-dl-gui

Download/Convert videos from websites without needing to learn command line
GNU General Public License v3.0
430 stars 44 forks source link

Downloading a video with lower resolution than the selected quality won't download the video #11

Closed murrty1 closed 5 years ago

murrty1 commented 5 years ago

" -f \"bestvideo[height=1080][fps>=48]\" would only download 1080p60fps videos, nothing else. Proper code should be " -f \"bestvideo[height<=1080][fps<=60]\" to fix

the heights are fixed with commit https://github.com/murrty/youtube-dl-gui/commit/2d324f850e4dc7f7ab455b4326ce0a66b2ca7bd3, but fps is still being worked on. manual compiling required until an update is sent.

murrty1 commented 5 years ago

Fixed in release 2.11.