Bluegrams / Vividl

Modern Windows GUI for youtube-dl/ yt-dlp
https://vividl.sourceforge.io
BSD 3-Clause "New" or "Revised" License
639 stars 54 forks source link

Cookie options like ytdlp #96

Closed Cy9oz closed 1 year ago

Cy9oz commented 1 year ago

Is there a cookie option like ytdlp? I want to record the stream of a paid subscriber, but I can't do it with my login and password! Is there a solution?

Case:yt-dlp --cookies cookies.txt https://www.youtube.com/watch?v=xxxxxx

alxnull commented 1 year ago

Hey, while there's no option to set this directly in the settings UI, you can always directly add the yt-dlp option directly as a custom argument. To do this, go to Settings -> Advanced -> Custom Downloader Arguments and add the --cookies flag as custom argument. Hope this helps!

Cy9oz commented 1 year ago

Hey, while there's no option to set this directly in the settings UI, you can always directly add the yt-dlp option directly as a custom argument. To do this, go to Settings -> Advanced -> Custom Downloader Arguments and add the --cookies flag as custom argument. Hope this helps!

I was able to solve it by adding an argument to the Cookie! Thank you very much.