Fix aria2c's segmented check for DASH/HLS

This commit is contained in:
rlaphoenix
2023-03-03 02:48:35 +00:00
parent 714e9af99a
commit a3efadf00b
3 changed files with 5 additions and 3 deletions

View File

@@ -471,7 +471,8 @@ class DASH:
uri=segment_uri,
out=segment_save_path,
headers=session.headers,
proxy=proxy
proxy=proxy,
segmented=True
)
data_size = segment_save_path.stat().st_size