pages: fix typo (#11934)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Sebastiaan Speck
2024-01-01 19:26:11 +01:00
committed by GitHub
parent e3292d315b
commit 3b8dd30d52
14 changed files with 27 additions and 27 deletions

View File

@@ -33,4 +33,4 @@
- Download a playlist and extract MP3s from it:
`youtube-dl -f "bestaudio" --continue --no-overwrites --ignore-errors --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}}'`