Update YoutubeDL.py

This commit is contained in:
NewUserHa
2023-03-10 08:45:10 +08:00
committed by GitHub
parent 96e8661dcd
commit cfe76664a8
+1 -1
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: