Jeeaaasus / youtube-dl

Automated yt-dlp Docker image
https://hub.docker.com/r/jeeaaasustest/youtube-dl/
MIT License
258 stars 33 forks source link

using yt-dlp via cli ignores configuration file #75

Closed cynixx3 closed 2 years ago

cynixx3 commented 2 years ago

When using the CLI the yt-dlp command ignores the configuration file until I add a symlink from /etc/yt-dlp.conf -> /config/args.conf. Could you please include this symlink in the release?

ln -s /config/args.conf /etc/yt-dlp.conf

Thank you.

Jeeaaasus commented 2 years ago

Yeah sure.