Skip to content

Commit

Permalink
Fix InsignificantOtters
Browse files Browse the repository at this point in the history
  • Loading branch information
Techwolfy committed Mar 26, 2022
1 parent 67f787c commit c7d5bbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions dosagelib/plugins/i.py
Expand Up @@ -35,14 +35,6 @@ class IDreamOfAJeanieBottle(_WordPressScraper):
url = 'http://jeaniebottle.com/'


class InsignificantOtters(_WPWebcomic):
stripUrl = 'https://www.thedepthscomic.com/i-otters/%s/'
firstStripUrl = stripUrl % 'page-1'
url = firstStripUrl
imageSearch = '//div[contains(@class, "webcomic-media")]//img'
starter = indirectStarter


class InternetWebcomic(_WPNavi):
url = 'http://www.internet-webcomic.com/'
stripUrl = url + '?p=%s'
Expand Down
1 change: 1 addition & 0 deletions dosagelib/plugins/tapastic.py
Expand Up @@ -57,6 +57,7 @@ def getmodules(cls):
return (
# Manually-added comics
cls('AmpleTime', 'Ample-Time'),
cls('InsignificantOtters', 'IOtters'),
cls('NoFuture', 'NoFuture'),
cls('OrensForge', 'OrensForge'),
cls('RavenWolf', 'RavenWolf'),
Expand Down

0 comments on commit c7d5bbc

Please sign in to comment.