youtube-dl-docker/entrypoint.sh

5 lines
90 B
Bash
Raw Normal View History

2019-07-22 02:48:52 +00:00
#!/bin/bash
umask 0000
youtube-dl --config-location /etc/youtube-dl.conf "$DOWNLOAD_URL"