From 64a30d8d3a077b8bace03a463133d6a17cbc7362 Mon Sep 17 00:00:00 2001 From: empty <34548743+tminei@users.noreply.github.com> Date: Sun, 3 Jan 2021 15:25:16 +0200 Subject: [PATCH] youtube-dl: improve download a playlist and extract mp3 (#5037) --- pages/common/youtube-dl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/youtube-dl.md b/pages/common/youtube-dl.md index a6ff0d8c2..8178bbf61 100644 --- a/pages/common/youtube-dl.md +++ b/pages/common/youtube-dl.md @@ -33,4 +33,4 @@ - Download a playlist and extract mp3 from it: -`youtube-dl -i --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" '{{url_to_playlist}}'` +`youtube-dl -f "bestaudio" --continue --no-overwrites --ignore-errors --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" {{url_to_playlist}}`