It's fixed and the code from README should actually work

This commit is contained in:
Pawel Kolaczynski
2020-07-27 09:49:07 +02:00
parent b8a04dbfcb
commit 6337ee7229
3 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ mkdir ../original
#download subs
cd ../subs
youtube-dl --write-auto-sub --yes-playlist --skip-download -o '%(playlist_index)s' $1
youtube-dl --write-auto-sub --yes-playlist --skip-download -o '%(playlist_index)s.%(ext)s' $1
# download videos
cd ../original
youtube-dl -f 22 --yes-playlist -o '%(playlist_index)s' $1
youtube-dl -f 22 --yes-playlist -o '%(playlist_index)s.%(ext)s' $1