Replace deprecated -t option in youtube-dl command line
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3af66de155
commit
53cfd33f0f
1 changed files with 1 additions and 1 deletions
|
@ -25,5 +25,5 @@ fi
|
|||
|
||||
pushd ${PWD}
|
||||
cd "${DOWNLOAD_DIR}"
|
||||
youtube-dl -t "$url"
|
||||
youtube-dl -o "%(title)s-%(id)s.%(ext)s" "$url"
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue