diff --git a/devine/core/manifests/dash.py b/devine/core/manifests/dash.py index fe8d1de..455fa16 100644 --- a/devine/core/manifests/dash.py +++ b/devine/core/manifests/dash.py @@ -475,6 +475,7 @@ class DASH: out=segment_save_path, headers=session.headers, proxy=proxy, + silent=attempts != 5, segmented=True )) break diff --git a/devine/core/manifests/hls.py b/devine/core/manifests/hls.py index 79948f2..bb34c8a 100644 --- a/devine/core/manifests/hls.py +++ b/devine/core/manifests/hls.py @@ -308,6 +308,7 @@ class HLS: out=segment_save_path, headers=session.headers, proxy=proxy, + silent=attempts != 5, segmented=True )) break