mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17:59 +01:00
Fix split chapters being reported as missing
This commit is contained in:
parent
0c0cdf8c3f
commit
d09cff4866
1 changed files with 0 additions and 3 deletions
|
@ -290,9 +290,6 @@ class FimfarchiveFetcher(Fetcher):
|
||||||
if story.testzip() is not None:
|
if story.testzip() is not None:
|
||||||
raise StorySourceError("Story is corrupt.")
|
raise StorySourceError("Story is corrupt.")
|
||||||
|
|
||||||
if 'Chapter1.html' not in story.namelist():
|
|
||||||
raise InvalidStoryError("Story contains no chapters.")
|
|
||||||
|
|
||||||
return data
|
return data
|
||||||
|
|
||||||
def fetch_meta(self, key):
|
def fetch_meta(self, key):
|
||||||
|
|
Loading…
Reference in a new issue