aboutsummaryrefslogtreecommitdiff
path: root/download_yt_playlist
diff options
context:
space:
mode:
authorGuillermo Ramos2022-01-20 10:40:10 +0100
committerGuillermo Ramos2022-01-20 10:40:10 +0100
commita825bb90dd4548008c0aeeacea868f35c7f1c21f (patch)
tree6ce67fad7c907a9f94a39924669d01ee0a9c51cd /download_yt_playlist
parenta078f36dd0201cd46b124ba352e2c6d64a414b9c (diff)
downloadcli-a825bb90dd4548008c0aeeacea868f35c7f1c21f.tar.gz
Small fixes
Diffstat (limited to 'download_yt_playlist')
-rwxr-xr-xdownload_yt_playlist2
1 files changed, 1 insertions, 1 deletions
diff --git a/download_yt_playlist b/download_yt_playlist
index 3f35e59..09f2edb 100755
--- a/download_yt_playlist
+++ b/download_yt_playlist
@@ -5,4 +5,4 @@ if [ $# -ne 1 ]; then
exit 1
fi
-exec youtube-dl -o '%(playlist_uploader)s - %(playlist_title)s [%(playlist_id)s]/%(playlist_index)s %(title)s.%(ext)s' "https://www.youtube.com/playlist?list=$1"
+exec youtube-dl -ixo '%(playlist_uploader)s - %(playlist_title)s [%(playlist_id)s]/%(playlist_index)s %(title)s.%(ext)s' "https://www.youtube.com/playlist?list=$1"