master #2

Merged
ninjajiraiya merged 2 commits from DRMTalks/devine:master into master 2024-03-12 14:01:23 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 9fce56cc66 - Show all commits

View File

@ -201,6 +201,7 @@ class Video(Track):
], check=True) ], check=True)
self.path = output_path self.path = output_path
original_path.unlink()
def ccextractor( def ccextractor(
self, track_id: Any, out_path: Union[Path, str], language: Language, original: bool = False self, track_id: Any, out_path: Union[Path, str], language: Language, original: bool = False