about summary refs log tree commit diff
path: root/test/parameters.json
diff options
context:
space:
mode:
authorIsmael Mejia <iemejia@gmail.com>2013-02-22 02:52:55 +0100
committerFilippo Valsorda <filippo.valsorda@gmail.com>2013-03-20 08:41:53 +0100
commitae608b8076497d70e2a95e5e939c1fb31e2dde53 (patch)
treeb61cdb2a029df436b4fcfd11a5db108bcd69d5d6 /test/parameters.json
parentcdb130b09a16865b81fd34d19b74fa634d45cad7 (diff)
downloadyoutube-dl-ae608b8076497d70e2a95e5e939c1fb31e2dde53.tar.gz
youtube-dl-ae608b8076497d70e2a95e5e939c1fb31e2dde53.tar.xz
youtube-dl-ae608b8076497d70e2a95e5e939c1fb31e2dde53.zip
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.json6
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
+}