Update YoutubeDL.py

pull/6440/head
NewUserHa 1 year ago committed by GitHub
parent 96e8661dcd
commit cfe76664a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3467,7 +3467,7 @@ class YoutubeDL:
return infodict
raise
if pp.PP_NAME = 'SubtitlesConvertor' and self.params.get('keepintermediate', False) == 'ConvertSubs':
if pp.PP_NAME == 'SubtitlesConvertor' and self.params.get('keepintermediate', False) == 'ConvertSubs':
files_to_delete = []
if not files_to_delete:

Loading…
Cancel
Save