INDEX
2024-01-18 - Download youtube using youtube-dl So I already have a setup for downloading youtube-dl (will need to upload to gitlab) What I essentially want is a queueing system which saves metadata and downloads if convenient Want it running in docker, allowing some plugins if asked and maybe have custom ffmpeg https://github.com/yt-dlp/yt-dlp-wiki/blob/master/Plugins.md Only way I'll know how the metadata works is by trial and error docker build -t ytdl_schedule . docker run -it --rm ytdl_schedule bash # By default opens python3 shell ./yt-dlp.sh # This is the main execution command - could use as entrypoint