Fix split chapters being reported as missing

This commit is contained in:
Joakim Soderlund 2016-12-17 23:09:13 +01:00
parent 0c0cdf8c3f
commit d09cff4866

View file

@ -290,9 +290,6 @@ class FimfarchiveFetcher(Fetcher):
if story.testzip() is not None:
raise StorySourceError("Story is corrupt.")
if 'Chapter1.html' not in story.namelist():
raise InvalidStoryError("Story contains no chapters.")
return data
def fetch_meta(self, key):