Fix WormWorldSaga*

This commit is contained in:
Bastian Kleineidam 2013-03-26 17:34:27 +01:00
parent a3d74c5a0e
commit de3ce2ec95

View file

@ -118,6 +118,7 @@ class WormWorldSaga(_BasicScraper):
latestChapter = 4
multipleImagesPerStrip = True
@classmethod
def starter(cls):
return '%schapters/chapter%02d/%s/index.php' % (
cls.url, cls.latestChapter, cls.lang.upper())