diff --git a/dosagelib/plugins/b.py b/dosagelib/plugins/b.py index dc3533259..e765ddf95 100644 --- a/dosagelib/plugins/b.py +++ b/dosagelib/plugins/b.py @@ -105,6 +105,10 @@ class Bethellium(_WPWebcomic): url = firstStripUrl starter = indirectStarter + def getPrevUrl(self, url, data): + prevUrl = super(Bethellium, self).getPrevUrl(url, data) + return prevUrl.replace('%webcomic2_storyline%', 'chapter-2-the-hemlocks-scar') + def namer(self, imageUrl, pageUrl): # Prepend chapter title to page filenames chapter = pageUrl.rstrip('/').rsplit('/', 3)[-2]