From bdbf6b363c67992a82ea54fdd54474eaad39a3d8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 12 Apr 2020 17:39:31 +0200 Subject: Add support for mangadex --- plugins/manganelo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/manganelo.py') diff --git a/plugins/manganelo.py b/plugins/manganelo.py index 57ad6f5..352bb23 100755 --- a/plugins/manganelo.py +++ b/plugins/manganelo.py @@ -72,7 +72,7 @@ def list_chapters(url, chapter_list_input): def download_chapter(url, download_dir): response = requests.get(url) if response.status_code != 200: - print("Failed to list chapters, server responded with status code %d" % response.status_code) + print("Failed to list chapter images, server responded with status code %d" % response.status_code) exit(2) in_progress_filepath = os.path.join(download_dir, ".in_progress") -- cgit v1.2.3