Updated wormworld chapter.
This commit is contained in:
parent
ebdc1e6359
commit
1a6416eb1b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue