axcore / tartube

A GUI front-end for youtube-dl, partly based on youtube-dl-gui and written in Python 3 / Gtk 3
GNU Lesser General Public License v2.1
2.05k stars 111 forks source link

can't uncheck filter yt-dlp options #614

Closed ceonelson closed 8 months ago

ceonelson commented 8 months ago

Using latest build from github on win10 launching through ming, I'm trying to figure out how to fix the unicode filename issue that one of the recent yt-dlp releases has caused.

I use the "other forks" option to use different releases of yt-dlp to find which release broke things.

image

I unchecked "When using other downloaders, filter out yt-dlp download options" and then tried to set the "--windows-filenames" option and when doing test downloads didn't see that option outputted in the command line.

Going back into the downloader screen I realized that checkmark was ticked again.

If I set the fork to yt-dlp, then the --windows-filenames showed up in the command line as expected.

Thanks Axcore!

axcore commented 8 months ago

Fixed in v2.5.007. Apparently, the button did not work, because I forgot to add the code ;)