Added new option '--all-srt' to download all the subtitles of a video.
[youtube-dl] / test / parameters.json
index 8215d25c5cbe85bdd65454416d534d3c35c3336d..0d4bd644cf28a666065664a3ffce613715f6f6ca 100644 (file)
@@ -36,5 +36,7 @@
     "verbose": true, 
     "writedescription": false, 
     "writeinfojson": true, 
-    "writesubtitles": false
-}
\ No newline at end of file
+    "writesubtitles": false,
+    "onlysubtitles": false,
+    "allsubtitles": false
+}