NewUserHa 3 weeks ago committed by GitHub
commit 1093214a09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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):

Loading…
Cancel
Save