1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00
This commit is contained in:
NewUserHa 2025-03-09 18:03:22 +05:30 committed by GitHub
commit da30eb3165
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3733,6 +3733,9 @@ def run_pp(self, pp, infodict):
return infodict
raise
if pp.PP_NAME == 'SubtitlesConvertor' and self.params.get('keepintermediate', False) == 'ConvertSubs':
files_to_delete = []
if not files_to_delete:
return infodict
if self.params.get('keepvideo', False):