mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-04 18:21:39 +03:00
Update YoutubeDL.py
This commit is contained in:
+1
-1
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user