diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-10-01 10:08:20 -0700 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-10-01 10:08:20 -0700 |
commit | bd8e5c7ca286418e1e4162d7be6f3a30be581e87 (patch) | |
tree | 70dff0b000092853301cbac841603f19786216c4 /youtube_dl/YoutubeDL.py | |
parent | c54283824c72434c31e0dcce1d09fc3259dbcdc0 (diff) | |
parent | 7c61bd36bb172485815288d44e00acb676e8eaff (diff) |
Merge pull request #1531 from rg3/no-playlist
[youtube] implement --no-playlist to only download current video
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: |