[kemono] add '.bin' archive files to archives list (#8156)

This commit is contained in:
Mike Fährmann
2025-09-05 08:51:11 +02:00
parent 61d793dc7d
commit 97d4a76926
2 changed files with 21 additions and 1 deletions

View File

@@ -151,7 +151,8 @@ class KemonoExtractor(Extractor):
file["extension"] = ext
elif ext == "txt" and file["extension"] != "txt":
file["_http_validate"] = _validate
elif ext in exts_archive:
elif ext in exts_archive or \
ext == "bin" and file["extension"] in exts_archive:
file["type"] = "archive"
if archives:
try: