Fix Tamberlane
This commit is contained in:
parent
4a24afa652
commit
2c05fbb78f
1 changed files with 2 additions and 5 deletions
|
@ -28,11 +28,8 @@ class Tamberlane(_WPWebcomic):
|
||||||
url = baseUrl + 'latest/'
|
url = baseUrl + 'latest/'
|
||||||
stripUrl = baseUrl + 'tamberlane/%s/'
|
stripUrl = baseUrl + 'tamberlane/%s/'
|
||||||
firstStripUrl = stripUrl % 'page-1'
|
firstStripUrl = stripUrl % 'page-1'
|
||||||
|
imageSearch = '//div[@id="comic-page"]/img/@src'
|
||||||
def namer(self, imageUrl, pageUrl):
|
prevSearch = '//a[@class="previous-link"]'
|
||||||
# Fix inconsistent filenames
|
|
||||||
filename = imageUrl.rsplit('/', 1)[-1]
|
|
||||||
return filename.replace('ai4zCWaA', 'Page_152')
|
|
||||||
|
|
||||||
|
|
||||||
class TheBrads(_ParserScraper):
|
class TheBrads(_ParserScraper):
|
||||||
|
|
Loading…
Reference in a new issue