This commit is contained in:
2019-07-21 19:48:52 -07:00
parent a486042b54
commit 91439c19fc
6 changed files with 60 additions and 3 deletions

5
bin/ytdl Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
docker run \
-v /storage/scratch/youtube:/output \
-e DOWNLOAD_URL="$1" \
sneak/youtube-dl