exclude captain marvel from pulisher dectector
This commit is contained in:
parent
32f8cb0f22
commit
16d362da8a
@ -19,7 +19,7 @@ PUBLISHERS_UNAMBIGUOUS: tuple[str, ...] = (
|
|||||||
r"Titan Comics",
|
r"Titan Comics",
|
||||||
)
|
)
|
||||||
PUBLISHERS_AMBIGUOUS: tuple[str, ...] = (
|
PUBLISHERS_AMBIGUOUS: tuple[str, ...] = (
|
||||||
r"Marvel",
|
r"(?<!Capt\.\s)(?<!Capt\s)(?<!Captain\s)Marvel",
|
||||||
r"Heavy Metal",
|
r"Heavy Metal",
|
||||||
r"Epic",
|
r"Epic",
|
||||||
r"Image",
|
r"Image",
|
||||||
|
Loading…
Reference in New Issue
Block a user