1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 15:34:11 -04: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:
Ismael Mejia
2013-02-22 02:52:55 +01:00
committed by Filippo Valsorda
parent cdb130b09a
commit ae608b8076
5 changed files with 107 additions and 35 deletions

View File

@@ -36,5 +36,7 @@
"verbose": true,
"writedescription": false,
"writeinfojson": true,
"writesubtitles": false
}
"writesubtitles": false,
"onlysubtitles": false,
"allsubtitles": false
}