Skip to content

Commit 207aaa3

Browse files
authored
Update config.json
1 parent 3e18290 commit 207aaa3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"add_siteName": false
1717
},
1818
"QBIT_CONFIG": {
19-
"host": "192.168.1.51",
20-
"port": "6666",
21-
"user": "admin",
22-
"pass": "adminadmin"
19+
"host": "192.168.1.1",
20+
"port": "5555",
21+
"user": "root",
22+
"pass": "toor"
2323
},
2424
"M3U8_DOWNLOAD": {
2525
"default_video_workers": 8,
2626
"default_audio_workers": 8,
27-
"segment_timeout": 5,
27+
"segment_timeout": 6,
2828
"enable_retry": true,
2929
"specific_list_audio": [
3030
"ita"
@@ -45,12 +45,12 @@
4545
"param_subtitles": ["-c:s", "webvtt"],
4646
"param_final": ["-c", "copy"],
4747
"force_resolution": "Best",
48-
"extension": "mp4"
48+
"extension": "mkv"
4949
},
5050
"REQUESTS": {
5151
"verify": false,
52-
"timeout": 15,
53-
"max_retry": 5
52+
"timeout": 12,
53+
"max_retry": 8
5454
},
5555
"HOOKS": {
5656
"pre_run": [],

0 commit comments

Comments
 (0)