From 9d030864b347cea5bfda842a535312e41e9d0f75 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 19 Mar 2025 15:02:59 +0100 Subject: Update for manganelo --- plugins/manganelo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/manganelo.py b/plugins/manganelo.py index 0745321..0391eec 100755 --- a/plugins/manganelo.py +++ b/plugins/manganelo.py @@ -167,7 +167,7 @@ def download_chapter_images(url, download_dir, use_backup_server): image_path = os.path.join(download_dir, image_name) print("Downloading {} to {}".format(image_source, image_path)) file_size = download_file(image_source, image_path) - if file_size < 255: + if file_size < 100: print("resource temporary unavailable: %s" % image_source) return False img_number += 1 -- cgit v1.2.3-70-g09d2