update extractor test results

still not everything, but good enough for now
This commit is contained in:
Mike Fährmann
2023-11-27 18:30:53 +01:00
parent 013ca21543
commit 625e94fa7d
43 changed files with 398 additions and 197 deletions

View File

@@ -12,11 +12,11 @@ __tests__ = (
"#url" : "https://sirtartarus.itch.io/a-craft-of-mine",
"#category": ("", "itchio", "game"),
"#class" : itchio.ItchioGameExtractor,
"#pattern" : r"https://\w+\.ssl\.hwcdn\.net/upload2/game/1983311/7723751\?",
"#count" : 1,
"#pattern" : r"https://(dl.itch.zone|itchio-mirror.\w+.r2.cloudflarestorage.com)/upload2/game/1983311/\d+\?",
"#count" : 3,
"extension": "",
"filename" : "7723751",
"filename" : r"re:\d+",
"game" : {
"id" : 1983311,
"noun" : "game",