From acda92f6bc76a81e6457448fdf371f9d04e0065d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 26 Nov 2014 10:51:03 +0100 Subject: Clarify --no-playlist documentation (Closes #4309) --- youtube_dl/YoutubeDL.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'youtube_dl/YoutubeDL.py') diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 21c7c298a..6342ae767 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -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: -- cgit v1.2.3