diff --git a/devine/core/manifests/hls.py b/devine/core/manifests/hls.py index 704a7ab..9435ecc 100644 --- a/devine/core/manifests/hls.py +++ b/devine/core/manifests/hls.py @@ -569,6 +569,9 @@ class HLS: ]) demuxer_file.unlink() + for segment in segments: + segment.unlink() + return save_path.stat().st_size @staticmethod