Remove old location for Widdershins
This commit is contained in:
parent
1a01806f49
commit
f00696813c
3 changed files with 2 additions and 2 deletions
|
@ -492,7 +492,6 @@ class GoComics(ParserScraper):
|
|||
cls('Wawawiwa', 'wawawiwa'),
|
||||
cls('WaynoVision', 'waynovision'),
|
||||
cls('WeePals', 'weepals'),
|
||||
cls('Widdershins', 'widdershins'),
|
||||
cls('WideOpen', 'wide-open'),
|
||||
cls('WinLoseDrew', 'drewlitton'),
|
||||
cls('WizardOfId', 'wizardofid'),
|
||||
|
|
|
@ -1669,6 +1669,7 @@ class Renamed(Scraper):
|
|||
cls('GoComics/PeanutsEnEspanol', 'GoComics/SnoopyEnEspanol'),
|
||||
cls('GoComics/RipleysBelieveItOrNotSpanish', 'GoComics/RipleysAunqueUstedNoLoCrea'),
|
||||
cls('GoComics/WebcomicName', 'WebcomicName'),
|
||||
cls('GoComics/Widdershins', 'Widdershins'),
|
||||
cls('Guardia', 'ComicFury/Guardia'),
|
||||
cls('RadioactivePanda', 'Tapas/RadioactivePanda'),
|
||||
cls('Shivae/BlackRose', 'BlackRose'),
|
||||
|
|
|
@ -117,7 +117,7 @@ class WhyTheLongFace(_BasicScraper):
|
|||
help = 'Index format: yyyymm'
|
||||
|
||||
|
||||
class Widdershins(_ComicControlScraper):
|
||||
class Widdershins(ComicControlScraper):
|
||||
url = 'https://widdershinscomic.com/'
|
||||
stripUrl = url + 'wdshn/%s'
|
||||
firstStripUrl = stripUrl % 'sleight-of-hand-cover'
|
||||
|
|
Loading…
Reference in a new issue