[danbooru][e621] increase page limits

This commit is contained in:
Mike Fährmann
2020-03-16 23:02:28 +01:00
parent 90d15e3682
commit 5bcc7184c9
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ class DanbooruExtractor(SharedConfigMixin, Extractor):
filename_fmt = "{category}_{id}_{md5}.{extension}"
page_limit = 1000
page_start = None
per_page = 100
per_page = 200
def __init__(self, match):
Extractor.__init__(self, match)

View File

@@ -24,7 +24,7 @@ class E621Extractor(SharedConfigMixin, Extractor):
filename_fmt = "{category}_{id}_{file[md5]}.{extension}"
page_limit = 750
page_start = None
per_page = 200
per_page = 320
_last_request = 0
def __init__(self, match):