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
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -25,7 +25,6 @@ class MyForm(Form):
if form.validate():
flash('OK. Starting download')
flash('et mon cul c\'est du poulet')
process = subprocess.Popen(['./dl_wrapper.sh', url],
stdout=subprocess.PIPE,
universal_newlines=True)