diff --git a/fanficfare/cli.py b/fanficfare/cli.py index 8d1a15de..aa790251 100644 --- a/fanficfare/cli.py +++ b/fanficfare/cli.py @@ -495,7 +495,7 @@ def do_download(arg, print(json.dumps(metadata, sort_keys=True, indent=2, separators=(',', ':'))) if adapter.story.chapter_error_count > 0: - print("%s chapters errored downloading %s"%(adapter.story.chapter_error_count, + print("===================\n!!!! %s chapters errored downloading %s !!!!\n==================="%(adapter.story.chapter_error_count, url)) del adapter