Rudloff / alltube

Web GUI for youtube-dl
GNU General Public License v3.0
2.94k stars 584 forks source link

How to pass cookies parameter? #358

Closed yothin closed 3 years ago

yothin commented 3 years ago

Hi, How to pass cookies file parameter in config.yml file - --cookies my-cookie.txt But not work

Thanks

Rudloff commented 3 years ago

Hello, I have never tried this myself but the correct syntax is:

params:
    - --cookies 
    - my-cookie.txt
yothin commented 3 years ago

Thank you so much, I'll try