[sankaku] add warning for unauthenticated users

also improve URL pattern and add missing options to default config file
This commit is contained in:
Mike Fährmann
2017-10-16 20:45:14 +02:00
parent 6af921a952
commit 5fa42336a2
3 changed files with 13 additions and 4 deletions

View File

@@ -51,6 +51,8 @@
},
"sankaku":
{
"wait-min": 2,
"wait-max": 4,
"username": null,
"password": null
},