Fix Supercell
This commit is contained in:
parent
88d65597c8
commit
19a644cc7c
1 changed files with 3 additions and 2 deletions
|
@ -687,8 +687,9 @@ class SuburbanJungleRoughHousing(_WordPressScraper):
|
|||
|
||||
|
||||
class Supercell(_ParserScraper):
|
||||
url = 'https://www.supercellcomic.com/'
|
||||
stripUrl = url + 'pages/%s.html'
|
||||
baseUrl = 'https://www.supercellcomic.com/'
|
||||
url = baseUrl + 'latest.html'
|
||||
stripUrl = baseUrl + 'pages/%s.html'
|
||||
firstStripUrl = stripUrl % '0001'
|
||||
imageSearch = '//img[@class="comicStretch"]'
|
||||
prevSearch = '//div[@class="comicnav"]/a[./img[contains(@src, "comnav_02")]]'
|
||||
|
|
Loading…
Reference in a new issue