Compare commits

...

4 Commits

Author SHA1 Message Date
NewUserHa
ef84b1876d
Merge cfe76664a8 into 282e19db82 2024-11-04 05:56:58 -06:00
NewUserHa
cfe76664a8
Update YoutubeDL.py 2023-03-10 08:45:10 +08:00
NewUserHa
96e8661dcd
Update YoutubeDL.py 2023-03-07 08:18:14 +08:00
NewUserHa
4f1c02db6d
Update YoutubeDL.py 2023-03-06 01:31:21 +08:00

View File

@ -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):