add 'downloader.http.verify' option
(also: change the default 'timeout' from None to 30)
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"http":
|
||||
{
|
||||
"retries": 5,
|
||||
"timeout": null
|
||||
"timeout": 30,
|
||||
"verify": true
|
||||
}
|
||||
},
|
||||
"extractor":
|
||||
@@ -36,7 +37,12 @@
|
||||
"wait-max": 6,
|
||||
"original": true,
|
||||
"username": null,
|
||||
"password": null
|
||||
"password": null,
|
||||
"cookies": {
|
||||
"igneous": null,
|
||||
"s": null,
|
||||
"yay": "louder"
|
||||
}
|
||||
},
|
||||
"nijie":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user