Fix WormWorldSaga*
This commit is contained in:
parent
a3d74c5a0e
commit
de3ce2ec95
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ class WormWorldSaga(_BasicScraper):
|
||||||
latestChapter = 4
|
latestChapter = 4
|
||||||
multipleImagesPerStrip = True
|
multipleImagesPerStrip = True
|
||||||
|
|
||||||
|
@classmethod
|
||||||
def starter(cls):
|
def starter(cls):
|
||||||
return '%schapters/chapter%02d/%s/index.php' % (
|
return '%schapters/chapter%02d/%s/index.php' % (
|
||||||
cls.url, cls.latestChapter, cls.lang.upper())
|
cls.url, cls.latestChapter, cls.lang.upper())
|
||||||
|
|
Loading…
Reference in a new issue