youtube-dl-docker/entrypoint.sh

5 lines
90 B
Bash

#!/bin/bash
umask 0000
youtube-dl --config-location /etc/youtube-dl.conf "$DOWNLOAD_URL"