implement --no-playlist to only download current video - closes #755
This commit is contained in:
parent
722076a123
commit
47192f92d8
4 changed files with 16 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue