mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-19 21:10:08 +00:00
Update YoutubeDL.py
This commit is contained in:
parent
96e8661dcd
commit
cfe76664a8
1 changed files with 1 additions and 1 deletions
|
@ -3467,7 +3467,7 @@ class YoutubeDL:
|
||||||
return infodict
|
return infodict
|
||||||
raise
|
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 = []
|
files_to_delete = []
|
||||||
|
|
||||||
if not files_to_delete:
|
if not files_to_delete:
|
||||||
|
|
Loading…
Add table
Reference in a new issue