mirror of
https://cdm-project.com/Download-Tools/devine.git
synced 2025-05-21 01:07:06 +02:00
fix(HLS): Delete video/audio segments after FFmpeg merge
This commit is contained in:
parent
774fec6d77
commit
d9873dac25
@ -569,6 +569,9 @@ class HLS:
|
||||
])
|
||||
demuxer_file.unlink()
|
||||
|
||||
for segment in segments:
|
||||
segment.unlink()
|
||||
|
||||
return save_path.stat().st_size
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user