mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Merge cfe76664a8
into 05c8023a27
This commit is contained in:
commit
da30eb3165
1 changed files with 3 additions and 0 deletions
|
@ -3733,6 +3733,9 @@ def run_pp(self, pp, infodict):
|
|||
return infodict
|
||||
raise
|
||||
|
||||
if pp.PP_NAME == 'SubtitlesConvertor' and self.params.get('keepintermediate', False) == 'ConvertSubs':
|
||||
files_to_delete = []
|
||||
|
||||
if not files_to_delete:
|
||||
return infodict
|
||||
if self.params.get('keepvideo', False):
|
||||
|
|
Loading…
Reference in a new issue