database64128 / youtube-dl-wpf

A simple GUI wrapper for youtube-dl and yt-dlp.
GNU General Public License v3.0
873 stars 68 forks source link

yt-dlp arguments not available #180

Closed Zoxjib closed 11 months ago

Zoxjib commented 11 months ago

Adding arguments that work with yt-dlp via terminal report an error in youtube-dl-wpf:

yt-dlp.exe: error: no such option: --cookies cookies.txt yt-dlp.exe: error: no such option: --cookies-from-browser chrome

database64128 commented 11 months ago

--cookies and cookies.txt are two separate arguments, not one. Same with --cookies-from-browser and chrome.