Remove old location for Widdershins

This commit is contained in:
Tobias Gruetzmacher 2022-06-06 16:48:39 +02:00
parent 1a01806f49
commit f00696813c
3 changed files with 2 additions and 2 deletions

View file

@ -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'),

View file

@ -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'),

View file

@ -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'