This commit is contained in:
NewUserHa 2024-04-28 10:17:38 +05:30 committed by GitHub
commit c62b2933b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -3673,6 +3673,9 @@ class YoutubeDL:
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):