Delete video tracks as they are muxed

This reduces the total cumulative temp download folder size.
This commit is contained in:
rlaphoenix 2023-03-26 22:40:05 +01:00
parent 0c6d0986e4
commit 2a8e86b057
1 changed files with 1 additions and 0 deletions

View File

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