diff options
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
| -rw-r--r-- | youtube_dl/YoutubeDL.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 44a272e7e..2503fd09b 100644 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -83,6 +83,7 @@ class YoutubeDL(object):      skip_download:     Skip the actual download of the video file      cachedir:          Location of the cache files in the filesystem.                         None to disable filesystem cache. +    noplaylist:        Download single video instead of a playlist if in doubt.      The following parameters are not used by YoutubeDL itself, they are used by      the FileDownloader: | 
