Skip to content

Commit

Permalink
Remove old location for Widdershins
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Jun 6, 2022
1 parent 1a01806 commit f006968
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion dosagelib/plugins/gocomics.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ def getmodules(cls): # noqa: Allowed to be long
cls('Wawawiwa', 'wawawiwa'),
cls('WaynoVision', 'waynovision'),
cls('WeePals', 'weepals'),
cls('Widdershins', 'widdershins'),
cls('WideOpen', 'wide-open'),
cls('WinLoseDrew', 'drewlitton'),
cls('WizardOfId', 'wizardofid'),
Expand Down
1 change: 1 addition & 0 deletions dosagelib/plugins/old.py
Original file line number Diff line number Diff line change
Expand Up @@ -1669,6 +1669,7 @@ def getmodules(cls): # noqa: Allowed to be long
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'),
Expand Down
2 changes: 1 addition & 1 deletion dosagelib/plugins/w.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f006968

Please sign in to comment.