alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
6.82k stars 429 forks source link

[feature request] upload cookies from inside metube #536

Open Betonhaus opened 6 days ago

Betonhaus commented 6 days ago

could metube have a feature where you could upload cookies directly from the metube page for use in youtube-dl? it would be a lot easier then having to scp to the server, then ssh into the server to chown to the correct user and restart metube

PikuZheng commented 5 days ago

why not save cookies file in downloads dir

Betonhaus commented 5 days ago

Because I don't have immediate access to the downloads folder, it's accessed by automation tools. And the downloads folder is shared by five other file downloading tools and gets purged of all debris when all downloads are completed and imported.

PikuZheng commented 5 days ago

Maybe you can also automatically mount and update the cookies file such as CookieCloud? metube reads the cookies file on each download, I think there is no need to restart the container instance after updating the cookies