docker-youtube-dl icon indicating copy to clipboard operation
docker-youtube-dl copied to clipboard

Youtube-DL container with all prerequisites (libav-tools, ffmpeg, rtmpdump, mplayer, mpv)

Results 13 docker-youtube-dl issues
Sort by recently updated
recently updated
newest added

Officially yt-dlp recommends using builds of ffmpeg from https://github.com/yt-dlp/FFmpeg-Builds/releases while the Dockerfile is using system versions. This may or may not be leading to errors similar to https://github.com/yt-dlp/yt-dlp/issues/1228

Would it be difficult to add in a native scheduler for the container to run internally instead of relying on manual or cron execution?

Most docker/podman containers I know of run just fine with the defaults created by the container engine, is there a specific reason the "init" script is touching users/groups at all?