update extractor test results

This commit is contained in:
Mike Fährmann
2020-07-13 22:57:48 +02:00
parent 9cd1bc6907
commit c51fbd72ba
5 changed files with 5 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ class WallhavenSearchExtractor(WallhavenExtractor):
(("https://wallhaven.cc/search?q=id%3A87"
"&categories=111&purity=100&sorting=date_added&order=asc&page=3"), {
"pattern": r"https://w.wallhaven.cc/full/\w\w/wallhaven-\w+\.\w+",
"count": "<= 10",
"count": "<= 20",
}),
)