Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
53cfd33f0f |
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue