real-debrid-downloader/resources/extractor-jvm/classes/com/sucukdeluxe/extractor
Sucukdeluxe 1fde0a9951 Fix hybrid-extract multi-part archive + extractor CRC handling
- findReadyArchiveSets: for .part1.rar, require ALL package items
  to be terminal before allowing extraction (prevents premature
  extraction when later parts have no targetPath/fileName yet)
- JVM extractor: remove CRCERROR from isPasswordFailure() — only
  DATAERROR indicates wrong password. CRCERROR on archives where
  7z-JBinding falsely reports encrypted no longer triggers password
  cycling.
- looksLikeWrongPassword: remove CRC text matching, keep only
  explicit "data error" for encrypted archives.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 14:52:00 +01:00
..
JBindExtractorMain.class Fix hybrid-extract multi-part archive + extractor CRC handling 2026-03-03 14:52:00 +01:00
JBindExtractorMain$1.class Fix UNSUPPORTEDMETHOD: init SevenZipJBinding native libs, pass password to extractSlow 2026-03-03 02:35:19 +01:00
JBindExtractorMain$Backend.class Fix hybrid-extract multi-part archive + extractor CRC handling 2026-03-03 14:52:00 +01:00
JBindExtractorMain$ConflictMode.class Fix hybrid-extract multi-part archive + extractor CRC handling 2026-03-03 14:52:00 +01:00
JBindExtractorMain$ExtractionRequest.class Fix hybrid-extract multi-part archive + extractor CRC handling 2026-03-03 14:52:00 +01:00
JBindExtractorMain$ProgressTracker.class Fix hybrid-extract multi-part archive + extractor CRC handling 2026-03-03 14:52:00 +01:00
JBindExtractorMain$SevenZipArchiveContext.class Fix hybrid-extract multi-part archive + extractor CRC handling 2026-03-03 14:52:00 +01:00
JBindExtractorMain$SevenZipVolumeCallback.class Fix hybrid-extract multi-part archive + extractor CRC handling 2026-03-03 14:52:00 +01:00
JBindExtractorMain$WrongPasswordException.class Fix hybrid-extract multi-part archive + extractor CRC handling 2026-03-03 14:52:00 +01:00