mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Tweak adapter_test1 chapter error case
This commit is contained in:
parent
dff03364d7
commit
f08b922a80
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ Some more longer description. "I suck at summaries!" "Better than it sounds!"
|
|||
<br />
|
||||
</div>
|
||||
'''
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue