diff --git a/fanficfare/cli.py b/fanficfare/cli.py index d6b87a82..14c541b8 100644 --- a/fanficfare/cli.py +++ b/fanficfare/cli.py @@ -455,7 +455,6 @@ def do_download(arg, return if update_story and not options.force: - urlchaptercount = int(adapter.getStoryMetadataOnly().getMetadata('numChapters').replace(',','')) # returns int adjusted for start-end range. urlchaptercount = adapter.getStoryMetadataOnly().getChapterCount()