aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-19 15:02:59 +0100
committerdec05eba <dec05eba@protonmail.com>2025-03-19 15:02:59 +0100
commit9d030864b347cea5bfda842a535312e41e9d0f75 (patch)
tree1523a09ca239fe257d2af99044d24946ecd484dc /plugins
parent2e148f2b572651df3dd64f54fe7b1254c8979c95 (diff)
Update for manganelo
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/manganelo.py2
1 files changed, 1 insertions, 1 deletions
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