Add BlondeSunrise (fixes #142)
This commit is contained in:
parent
f5a5106381
commit
ddba32391b
1 changed files with 7 additions and 0 deletions
|
@ -131,6 +131,13 @@ class BlankIt(_ParserScraper):
|
||||||
starter = indirectStarter
|
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):
|
class BloodBound(_WordPressScraper):
|
||||||
url = 'http://bloodboundcomic.com/'
|
url = 'http://bloodboundcomic.com/'
|
||||||
firstStripUrl = 'http://bloodboundcomic.com/comic/06112006/'
|
firstStripUrl = 'http://bloodboundcomic.com/comic/06112006/'
|
||||||
|
|
Loading…
Reference in a new issue