mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-01 03:22:50 -05:00
Added new option '--list-subs' to show the available subtitle languages
This commit is contained in:

committed by
Filippo Valsorda

parent
9e62bc4439
commit
2a4093eaf3
@ -81,6 +81,7 @@ class FileDownloader(object):
|
||||
writesubtitles: Write the video subtitles to a file
|
||||
onlysubtitles: Downloads only the subtitles of the video
|
||||
allsubtitles: Downloads all the subtitles of the video
|
||||
listsubtitles: Lists all available subtitles for the video
|
||||
subtitlesformat: Subtitle format [sbv/srt] (default=srt)
|
||||
subtitleslang: Language of the subtitles to download
|
||||
test: Download only first bytes to test the downloader.
|
||||
|
Reference in New Issue
Block a user