Delete video tracks as they are muxed
This reduces the total cumulative temp download folder size.
This commit is contained in:
@@ -600,6 +600,7 @@ class dl:
|
|||||||
add_source=not no_source,
|
add_source=not no_source,
|
||||||
delete=False
|
delete=False
|
||||||
)
|
)
|
||||||
|
track.delete()
|
||||||
|
|
||||||
for track in title.tracks:
|
for track in title.tracks:
|
||||||
track.delete()
|
track.delete()
|
||||||
|
|||||||
Reference in New Issue
Block a user