mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 15:51:24 +01:00
Compare commits
4 Commits
5f9e22b3da
...
91974a6abf
Author | SHA1 | Date | |
---|---|---|---|
|
91974a6abf | ||
|
cfe76664a8 | ||
|
96e8661dcd | ||
|
4f1c02db6d |
|
@ -3705,6 +3705,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