Skip to content

Commit

Permalink
Remove jadx compatable types from compression map
Browse files Browse the repository at this point in the history
  • Loading branch information
domwhewell-sage committed Dec 8, 2024
1 parent 6c6a511 commit b71841a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bbot/core/helpers/libmagic.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ def get_compression(mime_type):
"application/fictionbook2+zip": "zip", # FictionBook 2.0 (Zip)
"application/fictionbook3+zip": "zip", # FictionBook 3.0 (Zip)
"application/gzip": "gzip", # Gzip compressed file
"application/java-archive": "zip", # Java Archive (JAR)
"application/pak": "pak", # PAK archive
"application/vnd.android.package-archive": "zip", # Android package (APK)
"application/vnd.comicbook-rar": "rar", # Comic book archive (RAR)
"application/vnd.comicbook+zip": "zip", # Comic book archive (Zip)
"application/vnd.ms-cab-compressed": "cab", # Microsoft Cabinet archive
Expand Down

0 comments on commit b71841a

Please sign in to comment.