diff options
author | Ismael Mejia <iemejia@gmail.com> | 2013-02-22 02:52:55 +0100 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-03-20 08:41:53 +0100 |
commit | ae608b8076497d70e2a95e5e939c1fb31e2dde53 (patch) | |
tree | b61cdb2a029df436b4fcfd11a5db108bcd69d5d6 /test/parameters.json | |
parent | cdb130b09a16865b81fd34d19b74fa634d45cad7 (diff) |
Added new option '--all-srt' to download all the subtitles of a video.
Only works in youtube for the moment.
Diffstat (limited to 'test/parameters.json')
-rw-r--r-- | test/parameters.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/parameters.json b/test/parameters.json index 8215d25c5..0d4bd644c 100644 --- a/test/parameters.json +++ b/test/parameters.json @@ -36,5 +36,7 @@ "verbose": true, "writedescription": false, "writeinfojson": true, - "writesubtitles": false -}
\ No newline at end of file + "writesubtitles": false, + "onlysubtitles": false, + "allsubtitles": false +} |