This commit is contained in:
NewUserHa 2024-05-12 08:52:21 +05:30 committed by GitHub
commit 1093214a09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -3684,6 +3684,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):