summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/wikiart.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/wikiart.py')
-rw-r--r--gallery_dl/extractor/wikiart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/wikiart.py b/gallery_dl/extractor/wikiart.py
index 4efc92c..9238590 100644
--- a/gallery_dl/extractor/wikiart.py
+++ b/gallery_dl/extractor/wikiart.py
@@ -116,7 +116,7 @@ class WikiartArtistsExtractor(WikiartExtractor):
pattern = (BASE_PATTERN + r"/artists-by-([\w-]+)/([\w-]+)")
test = ("https://www.wikiart.org/en/artists-by-century/12", {
"pattern": WikiartArtistExtractor.pattern,
- "count": 7,
+ "count": ">= 8",
})
def __init__(self, match):