Skip CC extraction if the binary isn't found

This commit is contained in:
rlaphoenix 2023-02-25 21:06:11 +00:00
parent a5c6052292
commit 8b405b6e02
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ class dl:
self.log.error(
"Cannot extract Closed Captions as the ccextractor executable was not found..."
)
sys.exit(1)
break
video_track_n += 1
final_path = self.mux_tracks(title, not no_folder, not no_source)