Fix aria2c's segmented check for DASH/HLS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user