diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-03-20 11:35:55 +0100 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-03-20 11:35:55 +0100 |
commit | 5cb3c0b31989b3c98447aa454d68abacb616cd06 (patch) | |
tree | 3baf0418912be175eea648ddbe9a6a4206c7c976 /test/parameters.json | |
parent | e32b06e977447f6be78c02c66f35f609f81331ce (diff) | |
parent | b9fc428494b22623529d364387b8693cc3cb1503 (diff) |
Merge pull request #699 by @iemejia
Removed innecesary function to convert subtitles, improved use of the youtube api
Diffstat (limited to 'test/parameters.json')
-rw-r--r-- | test/parameters.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/parameters.json b/test/parameters.json index 8215d25c5..96998b5c3 100644 --- a/test/parameters.json +++ b/test/parameters.json @@ -29,6 +29,7 @@ "simulate": false, "skip_download": false, "subtitleslang": null, + "subtitlesformat": "srt", "test": true, "updatetime": true, "usenetrc": false, @@ -36,5 +37,8 @@ "verbose": true, "writedescription": false, "writeinfojson": true, - "writesubtitles": false -}
\ No newline at end of file + "writesubtitles": false, + "onlysubtitles": false, + "allsubtitles": false, + "listssubtitles": false +} |