add 'downloader.http.verify' option

(also: change the default 'timeout' from None to 30)
This commit is contained in:
Mike Fährmann
2017-08-31 15:21:08 +02:00
parent 65997d835b
commit b8862ff15e
3 changed files with 38 additions and 12 deletions

View File

@@ -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":
{