From f08b922a8041b9e4d9b75f239acdd0d7460aa0dd Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sat, 16 Jan 2021 08:39:28 -0600 Subject: [PATCH] Tweak adapter_test1 chapter error case --- fanficfare/adapters/adapter_test1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.