Updated wormworld chapter.

This commit is contained in:
Bastian Kleineidam 2013-04-30 06:42:49 +02:00
parent ebdc1e6359
commit 1a6416eb1b

View file

@ -178,7 +178,7 @@ class WormWorldSaga(_BasicScraper):
compile(tagre("img", "src", r'(images/CH\d+_\d+\.[^"]+)')),
compile(tagre("img", "src", r'(panels/CH\d+_[^"]+)')),
)
latestChapter = 4
latestChapter = 5
multipleImagesPerStrip = True
@classmethod