mirror of
				https://github.com/devine-dl/devine.git
				synced 2025-11-04 03:44:49 +00: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