aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSergey M <dstftw@gmail.com>2016-02-23 04:16:47 +0600
committerSergey M <dstftw@gmail.com>2016-02-23 04:16:47 +0600
commit0fc871d2f0ae57b88f78c32e3f76bfc1ca609ef0 (patch)
treea444bc75622f065c2db00467851e0584d8bd4377 /README.md
parent1ad61430615b8552661ede21f2c3ce76c2e88d2d (diff)
downloadyoutube-dl-0fc871d2f0ae57b88f78c32e3f76bfc1ca609ef0.tar.xz
[README.md:output_template] Add example for channel/user playlists download
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index db49ab6d5..2fbf0219b 100644
--- a/README.md
+++ b/README.md
@@ -525,6 +525,9 @@ youtube-dl_test_video_.mp4 # A simple file name
# Download YouTube playlist videos in separate directory indexed by video order in a playlist
$ youtube-dl -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://www.youtube.com/playlist?list=PLwiyx1dc3P2JR9N8gQaQN_BCvlSlap7re
+# Download all playlists of YouTube channel/user keeping each playlist in separate directory:
+$ youtube-dl -o '%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://www.youtube.com/user/TheLinuxFoundation/playlists
+
# Download Udemy course keeping each chapter in separate directory under MyVideos directory in your home
$ youtube-dl -u user -p password -o '~/MyVideos/%(playlist)s/%(chapter_number)s - %(chapter)s/%(title)s.%(ext)s' https://www.udemy.com/java-tutorial/