murrty / youtube-dl-gui

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

Syntax issue in Extended download mode, when "Download subtitles" and "Use a proxy"option are both checked. #149

Closed simhfc closed 1 year ago

simhfc commented 1 year ago

Issue repeating:

  1. Go to Settings > Downloads > General tab, check "Download subtitles".
  2. Go to Settings > Downloads > Connection tab, check "Use a proxy".
  3. Pick any YouTube video, click drop-down arrow beside "Download" button and choose "Extended download..." from the list.
  4. Pick any format and click "Download" button.

After an error message we can see the verbose information:

Starting download.
Error: Usage: yt-dlp.exe [OPTIONS] URL [URL...]
Error: yt-dlp.exe: error: no such option: --all-subs--proxy

By correcting the whole command line manually, it appears a 'little space' is missing between "--all-subs" and "--proxy". ; )