Skip to content

Commit

Permalink
Merge pull request #469 from CuddleBear92/patch-1
Browse files Browse the repository at this point in the history
added more imprints
  • Loading branch information
cbanack authored Feb 29, 2020
2 parents eb8cf98 + 1d2c0b6 commit 220b502
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/py/database/comicvine/cvimprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def find_parent_publisher(imprint_s):
__IDW = "IDW Publishing"
__IMAGE = "Image"
__KODANSHA = "Kodansha"
__LION = "Lion Forge Comics"
__MALIBU = "Malibu" # http://en.wikipedia.org/wiki/Malibu_Comics
__MARVEL = "Marvel" # http://marvel.wikia.com/Imprints
__NBM = "Nbm"
Expand All @@ -58,10 +59,13 @@ def find_parent_publisher(imprint_s):
"Adventure": __MALIBU,
"Aircel Publishing": __MALIBU,
"America's Best Comics": __DC, # originally image
"Amerotica ": __NBM,
"Antimatter": __AMRYL,
"Apparat": __AVATAR,
"Archaia": __BOOM,
"Berger Books": __DARKHORSE,
"BOOM! Box": __BOOM,
"Boundless Comics": __AVATAR,
"Black Bull": __WIZARD,
"Black Crown": __IDW,
"Blu Manga": __TOKYOPOP,
Expand All @@ -77,6 +81,7 @@ def find_parent_publisher(imprint_s):
"Desperado Publishing": __IMAGE,
"Epic": __MARVEL,
"Eternity": __MALIBU,
"Eurotica ": __NBM,
"Focus": __DC,
"Helix": __DC,
"Hero Comics": __HEROIC,
Expand All @@ -102,7 +107,9 @@ def find_parent_publisher(imprint_s):
"Papercutz": __NBM,
"Paradox Press": __DC,
"Piranha Press": __DC,
"Quillion": __LION,
"Razorline": __MARVEL,
"Roar Comics": __LION,
"ShadowLine": __IMAGE,
"Silverline": __IMAGE,
"Sin Factory Comix" : __RADIO,
Expand Down

0 comments on commit 220b502

Please sign in to comment.