aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/YoutubeDL.py
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2013-09-30 16:26:25 -0400
committerFilippo Valsorda <filippo.valsorda@gmail.com>2013-09-30 16:26:25 -0400
commit47192f92d801f38c0a608ca9c6cecc682ab2ecc6 (patch)
tree847734f3ccfe41bb0d46afdba8843524f7cb40b9 /youtube_dl/YoutubeDL.py
parent722076a123c60ed6d5a978c4bc2609f46c8e3ee9 (diff)
downloadyoutube-dl-47192f92d801f38c0a608ca9c6cecc682ab2ecc6.tar.xz
implement --no-playlist to only download current video - closes #755
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
-rw-r--r--youtube_dl/YoutubeDL.py1
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: