We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
750 KB
1 parent 4483fd6 commit 4fe44f0Copy full SHA for 4fe44f0
1 file changed
utils/check_image_sizes.py
@@ -19,7 +19,7 @@
19
}
20
21
22
-def check_image_sizes(download_dir, website, threshold_kb=500, max_workers=32, ignore_gifs=False):
+def check_image_sizes(download_dir, website, threshold_kb=750, max_workers=32, ignore_gifs=False):
23
"""Check image sizes in downloaded HTML files and report large images."""
24
print(f"Scanning {download_dir} for images...")
25
unique_images = defaultdict(set)
0 commit comments