mirror of
https://cdm-project.com/Download-Tools/devine.git
synced 2025-05-03 13:34:26 +02:00
Fix CCExtractor failing in edge cases by repacking first
This commit is contained in:
parent
bf3219b4e8
commit
1c73e8d7fa
@ -205,6 +205,9 @@ class Video(Track):
|
||||
if not executable:
|
||||
raise EnvironmentError("ccextractor executable was not found.")
|
||||
|
||||
# ccextractor often fails in weird ways unless we repack
|
||||
self.repackage()
|
||||
|
||||
out_path = Path(out_path)
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user