[danbooru][e621] increase page limits
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user