fixed WormWorldSaga

This commit is contained in:
Damjan Košir 2015-06-01 11:45:22 +12:00
parent ea6cb925a6
commit 4cd88ecdc0

View file

@ -203,7 +203,7 @@ class WormWorldSaga(_BasicScraper):
return '%schapters/chapter%02d/%s/index.php' % (
cls.url, cls.latestChapter, cls.lang.upper())
def getPrevUrl(self, url, data, baseUrl):
def getPrevUrl(self, url, data):
"""Find previous URL."""
if 'chapter04' in url:
return url.replace('chapter04', 'chapter03')