mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-10 13:03:04 +08:00
Document concat parameter
This commit is contained in:
parent
892328588a
commit
36ffea251b
@ -128,6 +128,7 @@ class YoutubeDL(object):
|
|||||||
listsubtitles: Lists all available subtitles for the video
|
listsubtitles: Lists all available subtitles for the video
|
||||||
subtitlesformat: Subtitle format [srt/sbv/vtt] (default=srt)
|
subtitlesformat: Subtitle format [srt/sbv/vtt] (default=srt)
|
||||||
subtitleslangs: List of languages of the subtitles to download
|
subtitleslangs: List of languages of the subtitles to download
|
||||||
|
concat: Join videos in a playlist end-to-end
|
||||||
keepvideo: Keep the video file after post-processing
|
keepvideo: Keep the video file 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
|
||||||
|
Loading…
Reference in New Issue
Block a user