update extractor test results

This commit is contained in:
Mike Fährmann
2021-03-28 23:06:44 +02:00
parent 1a540fbe00
commit ddd48ceee5
6 changed files with 12 additions and 15 deletions

View File

@@ -72,7 +72,7 @@ class WikiartArtistExtractor(WikiartExtractor):
pattern = BASE_PATTERN + r"/(?!\w+-by-)([\w-]+)/?$"
test = ("https://www.wikiart.org/en/thomas-cole", {
"url": "5ba2fbe6783fcce34e65014d16e5fbc581490c98",
"keyword": "6d92913c55675e05553f000cfee5daff0b4107cf",
"keyword": "eb5b141cf33e6d279afd1518aae24e61cc0adf81",
})
def __init__(self, match):