[sankaku] rewrite/improve (fixes #44)

- add wait-time between HTTP requests similar to exhentai
- add 'wait-min' and 'wait-max' options
- increase retry-count for HTTP requests to 10
- implement user authentication (non-authenticated users can only view
  images up to page 25)
- implement 'skip()' functionality (only works up to page 50)
- implement image-retrieval for pages >= 51
- fix issue with multiple tags
This commit is contained in:
Mike Fährmann
2017-10-14 23:01:33 +02:00
parent 9aecc67841
commit 6af921a952
6 changed files with 95 additions and 25 deletions

View File

@@ -49,6 +49,11 @@
"username": null,
"password": null
},
"sankaku":
{
"username": null,
"password": null
},
"seiga":
{
"username": null,