Skip to content

Commit

Permalink
Flipside moved (fixes #283)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Sep 18, 2023
1 parent aac35cc commit 92bdd00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dosagelib/plugins/f.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ class Flemcomics(_ParserScraper):
help = 'Index format: yyyymmdd'


class Flipside(_ParserScraper):
url = 'http://flipside.keenspot.com/comic.php'
class Flipside(ParserScraper):
url = 'https://www.flipsidecomics.com/comic.php'
stripUrl = url + '?i=%s'
firstStripUrl = stripUrl % '1'
imageSearch = '//img[contains(@src, "comic/")]'
Expand Down

0 comments on commit 92bdd00

Please sign in to comment.