mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 05:47:24 +01:00
Update YoutubeDL.py
This commit is contained in:
parent
96e8661dcd
commit
cfe76664a8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user