Compare commits

...

1 commit
test ... master

Author SHA1 Message Date
53cfd33f0f Replace deprecated -t option in youtube-dl command line
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-26 22:29:57 +02:00

View file

@ -25,5 +25,5 @@ fi
pushd ${PWD} pushd ${PWD}
cd "${DOWNLOAD_DIR}" cd "${DOWNLOAD_DIR}"
youtube-dl -t "$url" youtube-dl -o "%(title)s-%(id)s.%(ext)s" "$url"
popd popd