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/mangaplus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mangaplus.py') diff --git a/plugins/mangaplus.py b/plugins/mangaplus.py index 75ba118..3658770 100755 --- a/plugins/mangaplus.py +++ b/plugins/mangaplus.py @@ -262,7 +262,7 @@ def download_chapter(url, download_dir): response = requests.get(url, headers=headers) 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