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
}