Add BlondeSunrise (fixes #142)

This commit is contained in:
Tobias Gruetzmacher 2019-12-03 00:14:57 +01:00
parent f5a5106381
commit ddba32391b

View file

@ -131,6 +131,13 @@ class BlankIt(_ParserScraper):
starter = indirectStarter
class BlondeSunrise(_ParserScraper):
url = 'https://blondesunrise.com/comic.php?page=latest'
firstStripUrl = 'https://blondesunrise.com/comic/comic.php?page=1'
imageSearch = '//img[contains(@src, "comic_imgs/")]'
prevSearch = '//a[img[contains(@src, "previous")]]'
class BloodBound(_WordPressScraper):
url = 'http://bloodboundcomic.com/'
firstStripUrl = 'http://bloodboundcomic.com/comic/06112006/'