1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-02 12:02:52 -05:00

implement --no-playlist to only download current video - closes #755

This commit is contained in:
Filippo Valsorda
2013-09-30 16:26:25 -04:00
parent 722076a123
commit 47192f92d8
4 changed files with 16 additions and 1 deletions

View File

@ -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: