Skip to content

Commit 66bfc92

Browse files
authored
youtube-dl: add download playlist example (#4174)
1 parent 4deb3d0 commit 66bfc92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/common/youtube-dl.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727

2828
`youtube-dl --format {{mp4}} -o {{"%(title)s by %(uploader)s on %(upload_date)s in %(playlist)s.%(ext)s"}} {{url}}`
2929

30-
- List available subtitles:
31-
32-
`youtube-dl --list-subs {{https://www.youtube.com/watch?v=Mwa0_nE9H7A}}`
33-
3430
- Download a particular language's subtitles along with the video:
3531

3632
`youtube-dl --sub-lang {{en}} --write-sub {{https://www.youtube.com/watch?v=Mwa0_nE9H7A}}`
33+
34+
- Download a playlist and extract mp3 from it:
35+
36+
`youtube-dl -i --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" {{url to playlist}}`

0 commit comments

Comments
 (0)