mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-10 21:02:31 +01:00
update explanations
This commit is contained in:
parent
49edf4ea95
commit
af983339bf
@ -189,7 +189,8 @@ class YoutubeDL(object):
|
|||||||
listsubtitles: Lists all available subtitles for the video
|
listsubtitles: Lists all available subtitles for the video
|
||||||
subtitlesformat: The format code for subtitles
|
subtitlesformat: The format code for subtitles
|
||||||
subtitleslangs: List of languages of the subtitles to download
|
subtitleslangs: List of languages of the subtitles to download
|
||||||
keepvideo: Keep the video file after post-processing
|
keepvideo: Keep original files (videos, subtitles) after post-
|
||||||
|
processing
|
||||||
daterange: A DateRange object, download only if the upload_date is in the range.
|
daterange: A DateRange object, download only if the upload_date is in the range.
|
||||||
skip_download: Skip the actual download of the video file
|
skip_download: Skip the actual download of the video file
|
||||||
cachedir: Location of the cache files in the filesystem.
|
cachedir: Location of the cache files in the filesystem.
|
||||||
|
@ -805,7 +805,7 @@ def parseOpts(overrideArguments=None):
|
|||||||
postproc.add_option(
|
postproc.add_option(
|
||||||
'-k', '--keep-files', '--keep-video',
|
'-k', '--keep-files', '--keep-video',
|
||||||
action='store_true', dest='keepvideo', default=False,
|
action='store_true', dest='keepvideo', default=False,
|
||||||
help='Keep original files on disk after the post-processing; original files (videos/subtitles) are erased by default')
|
help='Keep original files on disk after the post-processing; original files (videos, subtitles) are erased by default')
|
||||||
postproc.add_option(
|
postproc.add_option(
|
||||||
'--no-post-overwrites',
|
'--no-post-overwrites',
|
||||||
action='store_true', dest='nopostoverwrites', default=False,
|
action='store_true', dest='nopostoverwrites', default=False,
|
||||||
|
Loading…
Reference in New Issue
Block a user