Update YoutubeDL.py

This commit is contained in:
NewUserHa 2023-03-10 08:45:10 +08:00 committed by GitHub
parent 96e8661dcd
commit cfe76664a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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