Add .cbz format extraction

This commit is contained in:
Mehedi Hasan Shojib 2024-11-30 23:09:35 +06:00 committed by GitHub
parent 7b86de5518
commit 38fa258320
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,6 +50,7 @@ ARCH_EXT = [
".vhd",
".xar",
".zst",
".cbz",
]
FIRST_SPLIT_REGEX = r"(\.|_)part0*1\.rar$|(\.|_)7z\.0*1$|(\.|_)zip\.0*1$|^(?!.*(\.|_)part\d+\.rar$).*\.rar$"