mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-14 13:13:06 +00:00
Compare commits
4 Commits
8216cfb0e0
...
ef84b1876d
Author | SHA1 | Date | |
---|---|---|---|
|
ef84b1876d | ||
|
cfe76664a8 | ||
|
96e8661dcd | ||
|
4f1c02db6d |
@ -3706,6 +3706,9 @@ class YoutubeDL:
|
|||||||
return infodict
|
return infodict
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
if pp.PP_NAME == 'SubtitlesConvertor' and self.params.get('keepintermediate', False) == 'ConvertSubs':
|
||||||
|
files_to_delete = []
|
||||||
|
|
||||||
if not files_to_delete:
|
if not files_to_delete:
|
||||||
return infodict
|
return infodict
|
||||||
if self.params.get('keepvideo', False):
|
if self.params.get('keepvideo', False):
|
||||||
|
Loading…
Reference in New Issue
Block a user