1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-03 10:39:12 +02:00

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

View File

@ -3467,7 +3467,7 @@ def run_pp(self, pp, infodict):
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: