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 12 docker-youtube-dl issues
Sort by recently updated
recently updated
newest added

Hello @mikenye I have idea if possible to add feature Email notification via SMTP whenever new videos are downloaded which can include list of videos newly downloaded. Thanks. Have a...

On some systems like for example those running Kubernetes to manage Docker containers (ie: TrueNAS Scale and other enterprise systems) it takes a good 60+ seconds to start a Docker...

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. Release notes Sourced from docker/setup-qemu-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in docker/setup-qemu-action#102 Bump @​actions/core...

dependencies
github_actions

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. Release notes Sourced from docker/build-push-action's releases. v5.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in docker/build-push-action#954 Bump @​actions/core...

dependencies
github_actions

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. Release notes Sourced from docker/setup-buildx-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in docker/setup-buildx-action#264 Bump @​actions/core...

dependencies
github_actions

hello there, I had the youtube-dl docker image long time disabled, last week I needed a video downloaded so I started the image, downloaded the video and after that watchtower...

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

ERROR: Unable to write to /usr/local/bin; Try running as administrator I see this error when - UPDATE_YOUTUBE_DL=1 environment variable is set in docker-compose file. Please let me know how to...

For some reason when using path "/etc/youtube-dl.conf" as the config path it doesn't work Output comes out to: ``` Usage: yt-dlp [OPTIONS] URL [URL...] yt-dlp: error: You must provide at...

Should this image work with Podman? I tried the following commands: ``` podman run --rm -i -e PGID=$(id -g) -e PUID=$(id -u) -v "$(pwd)":/workdir:rw mikenye/youtube-dl podman run --rm -i -v...