JaGoLi / ytdl-gui

A simple-to-use, cross-platform graphical interface for youtube-dl.
GNU General Public License v3.0
253 stars 23 forks source link

Add option to download subtitles #21

Closed Begasus closed 3 years ago

Begasus commented 3 years ago

Made a small change in the source (added "--all-subs" to the download video section) and was able to download the included subtitles for a movie (in this one there were 2 different languages with the subtitles) Maybe a checkbox could be added for this?

JaGoLi commented 3 years ago

Good idea, I added "--all-subs" to the default command because it doesn't do anything to audio files. It should be the default option anyway. Thank you for your suggestion.