]> jfr.im git - yt-dlp.git/blame - test/parameters.json
Added new option '--sub-format' to choose the format of the subtitles to downloade...
[yt-dlp.git] / test / parameters.json
CommitLineData
4fb1acc2
FV
1{
2 "consoletitle": false,
3 "continuedl": true,
4 "forcedescription": false,
5 "forcefilename": false,
6 "forceformat": false,
7 "forcethumbnail": false,
8 "forcetitle": false,
9 "forceurl": false,
10 "format": null,
11 "format_limit": null,
12 "ignoreerrors": false,
13 "listformats": null,
14 "logtostderr": false,
15 "matchtitle": null,
16 "max_downloads": null,
17 "nooverwrites": false,
18 "nopart": false,
19 "noprogress": false,
20 "outtmpl": "%(id)s.%(ext)s",
21 "password": null,
22 "playlistend": -1,
23 "playliststart": 1,
24 "prefer_free_formats": false,
25 "quiet": false,
26 "ratelimit": null,
27 "rejecttitle": null,
28 "retries": 10,
29 "simulate": false,
30 "skip_download": false,
31 "subtitleslang": null,
9e62bc44 32 "subtitlesformat": "srt",
4fb1acc2
FV
33 "test": true,
34 "updatetime": true,
35 "usenetrc": false,
36 "username": null,
37 "verbose": true,
38 "writedescription": false,
5c892b0b 39 "writeinfojson": true,
ae608b80
IM
40 "writesubtitles": false,
41 "onlysubtitles": false,
42 "allsubtitles": false
43}