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/mangawindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mangawindow.py') diff --git a/plugins/mangawindow.py b/plugins/mangawindow.py index d55e68f..10f0f88 100755 --- a/plugins/mangawindow.py +++ b/plugins/mangawindow.py @@ -74,7 +74,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