diff --git a/devine/core/manifests/dash.py b/devine/core/manifests/dash.py index 1be20ea..b552d99 100644 --- a/devine/core/manifests/dash.py +++ b/devine/core/manifests/dash.py @@ -471,8 +471,7 @@ class DASH: uri=segment_uri, out=segment_save_path, headers=session.headers, - proxy=proxy, - silent=True + proxy=proxy ) data_size = segment_save_path.stat().st_size diff --git a/devine/core/manifests/hls.py b/devine/core/manifests/hls.py index 4a02122..dfb2da0 100644 --- a/devine/core/manifests/hls.py +++ b/devine/core/manifests/hls.py @@ -291,8 +291,7 @@ class HLS: uri=segment.uri, out=segment_save_path, headers=session.headers, - proxy=proxy, - silent=True + proxy=proxy ) data_size = segment_save_path.stat().st_size