Remove vanished Arcamax comics
This commit is contained in:
parent
42b23c4537
commit
7e9790c7a8
2 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Copyright (C) 2004-2008 Tristan Seligmann and Jonathan Jacobs
|
# Copyright (C) 2004-2008 Tristan Seligmann and Jonathan Jacobs
|
||||||
# Copyright (C) 2012-2014 Bastian Kleineidam
|
# Copyright (C) 2012-2014 Bastian Kleineidam
|
||||||
# Copyright (C) 2015-2016 Tobias Gruetzmacher
|
# Copyright (C) 2015-2019 Tobias Gruetzmacher
|
||||||
|
|
||||||
from __future__ import absolute_import, division, print_function
|
from __future__ import absolute_import, division, print_function
|
||||||
|
|
||||||
|
@ -50,7 +50,6 @@ class Arcamax(_ParserScraper):
|
||||||
cls('Curtis', 'curtis'),
|
cls('Curtis', 'curtis'),
|
||||||
# DaddysHome has a duplicate in GoComics/DaddysHome
|
# DaddysHome has a duplicate in GoComics/DaddysHome
|
||||||
# DarrinBell has a duplicate in GoComics/DarrinBell
|
# DarrinBell has a duplicate in GoComics/DarrinBell
|
||||||
cls('DeFlocked', 'deflocked'),
|
|
||||||
cls('DennisTheMenace', 'dennisthemenace'),
|
cls('DennisTheMenace', 'dennisthemenace'),
|
||||||
# DiamondLil has a duplicate in GoComics/DiamondLil
|
# DiamondLil has a duplicate in GoComics/DiamondLil
|
||||||
cls('DinetteSet', 'thedinetteset'),
|
cls('DinetteSet', 'thedinetteset'),
|
||||||
|
@ -69,7 +68,6 @@ class Arcamax(_ParserScraper):
|
||||||
# Heathcliff has a duplicate in GoComics/Heathcliff
|
# Heathcliff has a duplicate in GoComics/Heathcliff
|
||||||
# HerbAndJamaal has a duplicate in GoComics/HerbAndJamaal
|
# HerbAndJamaal has a duplicate in GoComics/HerbAndJamaal
|
||||||
cls('HiAndLois', 'hiandlois'),
|
cls('HiAndLois', 'hiandlois'),
|
||||||
cls('IntelligentLife', 'intelligentlife'),
|
|
||||||
cls('JerryKingCartoons', 'humorcartoon'),
|
cls('JerryKingCartoons', 'humorcartoon'),
|
||||||
# LisaBenson has a duplicate in GoComics/LisaBenson
|
# LisaBenson has a duplicate in GoComics/LisaBenson
|
||||||
# LittleDogLost has a duplicate in GoComics/LittleDogLost
|
# LittleDogLost has a duplicate in GoComics/LittleDogLost
|
||||||
|
@ -111,7 +109,6 @@ class Arcamax(_ParserScraper):
|
||||||
# TheBarn has a duplicate in GoComics/TheBarn
|
# TheBarn has a duplicate in GoComics/TheBarn
|
||||||
cls('TheLockhorns', 'thelockhorns'),
|
cls('TheLockhorns', 'thelockhorns'),
|
||||||
# TheOtherCoast has a duplicate in GoComics/TheOtherCoast
|
# TheOtherCoast has a duplicate in GoComics/TheOtherCoast
|
||||||
cls('TinasGroove', 'tinasgroove'),
|
|
||||||
# WeePals has a duplicate in GoComics/WeePals
|
# WeePals has a duplicate in GoComics/WeePals
|
||||||
# WizardOfId has a duplicate in GoComics/WizardOfId
|
# WizardOfId has a duplicate in GoComics/WizardOfId
|
||||||
# WorkingItOut has a duplicate in GoComics/WorkingItOut
|
# WorkingItOut has a duplicate in GoComics/WorkingItOut
|
||||||
|
|
|
@ -35,6 +35,8 @@ class Removed(Scraper):
|
||||||
cls('AlsoBagels'),
|
cls('AlsoBagels'),
|
||||||
cls('Antics'),
|
cls('Antics'),
|
||||||
cls('Arcamax/BleekerTheRechargeableDog'),
|
cls('Arcamax/BleekerTheRechargeableDog'),
|
||||||
|
cls('Arcamax/DeFlocked'),
|
||||||
|
cls('Arcamax/TinasGroove'),
|
||||||
cls('ASkeweredParadise'),
|
cls('ASkeweredParadise'),
|
||||||
cls('ASofterWorld', 'block'),
|
cls('ASofterWorld', 'block'),
|
||||||
cls('BackwaterPlanet'),
|
cls('BackwaterPlanet'),
|
||||||
|
|
Loading…
Reference in a new issue