diff --git a/fanficfare/adapters/adapter_test1.py b/fanficfare/adapters/adapter_test1.py index 9ab3de24..cf9a65ed 100644 --- a/fanficfare/adapters/adapter_test1.py +++ b/fanficfare/adapters/adapter_test1.py @@ -361,7 +361,7 @@ Some more longer description. "I suck at summaries!" "Better than it sounds!"
''' - elif self.story.getMetadata('storyId') == '667': + elif self.story.getMetadata('storyId') == '667' and "chapter=2" in url: raise exceptions.FailedToDownload("Error downloading Chapter: %s!" % url) elif 'test1.com' not in url: ## for chapter_urls setting.