Add Supercell
This commit is contained in:
parent
f4e3c09717
commit
e06f31784e
1 changed files with 8 additions and 0 deletions
|
@ -570,6 +570,14 @@ class SuburbanJungleRoughHousing(_WordPressScraper):
|
||||||
firstStripUrl = stripUrl % 'rough-housing-issue-1-cover'
|
firstStripUrl = stripUrl % 'rough-housing-issue-1-cover'
|
||||||
|
|
||||||
|
|
||||||
|
class Supercell(_ParserScraper):
|
||||||
|
url = 'https://www.supercellcomic.com/'
|
||||||
|
stripUrl = url + '/pages/%s.html'
|
||||||
|
firstStripUrl = stripUrl % '0001'
|
||||||
|
imageSearch = '//div[@class="comicpage"]//img'
|
||||||
|
prevSearch = '//div[@class="comicnav"]/a[./img[contains(@src, "comnav_02")]]'
|
||||||
|
|
||||||
|
|
||||||
class SupernormalStep(_ComicControlScraper):
|
class SupernormalStep(_ComicControlScraper):
|
||||||
url = 'http://supernormalstep.com/'
|
url = 'http://supernormalstep.com/'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue