summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/philomena.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/philomena.py')
-rw-r--r--gallery_dl/extractor/philomena.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/philomena.py b/gallery_dl/extractor/philomena.py
index 3a0f5b0..ac6a391 100644
--- a/gallery_dl/extractor/philomena.py
+++ b/gallery_dl/extractor/philomena.py
@@ -18,7 +18,7 @@ class PhilomenaExtractor(BooruExtractor):
basecategory = "philomena"
filename_fmt = "{filename}.{extension}"
archive_fmt = "{id}"
- request_interval = 1.0
+ request_interval = (0.5, 1.5)
page_start = 1
per_page = 50