ArchiveExtractor: Add proper LHA signature (where did that other one come from?) except for lh5

This commit is contained in:
RichardG867
2023-01-12 19:58:34 -03:00
parent 15633099df
commit 1e38537bfe

View File

@@ -144,7 +144,7 @@ class ArchiveExtractor(Extractor):
b'''\\x1F\\x8B|''' # gzip
b'''BZh|''' # bzip2
b'''\\xFD7zXZ\\x00|''' # xz
b'''LHA\\x20|''' # lha
b'''[\\x00-\\xFF]{2}-l(?:h[0467]|z4)-|''' # lha (methods supported by 7-Zip - HACK: except lh5 due to Award)
b'''ZOO''' # zoo
)