mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-26 08:40:12 +00:00
Added new option '--all-srt' to download all the subtitles of a video.
Only works in youtube for the moment.
This commit is contained in:

committed by
Filippo Valsorda

parent
cdb130b09a
commit
ae608b8076
@@ -36,5 +36,7 @@
|
||||
"verbose": true,
|
||||
"writedescription": false,
|
||||
"writeinfojson": true,
|
||||
"writesubtitles": false
|
||||
}
|
||||
"writesubtitles": false,
|
||||
"onlysubtitles": false,
|
||||
"allsubtitles": false
|
||||
}
|
||||
|
Reference in New Issue
Block a user