Clarify --no-playlist documentation (Closes #4309)
[youtube-dl] / youtube_dl / YoutubeDL.py
index 21c7c298a830dd8b4a1b4651419506aaa8c8a8bc..6342ae7679efc9aaa18dda5a5ed810e71ba6cec2 100755 (executable)
@@ -174,6 +174,8 @@ class YoutubeDL(object):
     extract_flat:      Do not resolve URLs, return the immediate result.
                        Pass in 'in_playlist' to only show this behavior for
                        playlist items.
+    no_playlist:       If the URL contains both a playlist and a video ID,
+                       download the video, not the playlist.
 
     The following parameters are not used by YoutubeDL itself, they are used by
     the FileDownloader: