From 15d9bf9c6119ad230f8ec9c281a6afa74b9ac180 Mon Sep 17 00:00:00 2001 From: ciccioxm3 Date: Thu, 26 Jun 2025 11:35:43 +0200 Subject: [PATCH] Update maxstream.py --- StreamingCommunity/Api/Player/maxstream.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StreamingCommunity/Api/Player/maxstream.py b/StreamingCommunity/Api/Player/maxstream.py index d19e9c2..da4019a 100644 --- a/StreamingCommunity/Api/Player/maxstream.py +++ b/StreamingCommunity/Api/Player/maxstream.py @@ -18,7 +18,7 @@ from StreamingCommunity.Util.headers import get_userAgent # Variable MAX_TIMEOUT = config_manager.get_int("REQUESTS", "timeout") - +REQUEST_VERIFY = config_manager.get_bool('REQUESTS', 'verify') class VideoSource: def __init__(self, url: str): @@ -138,4 +138,4 @@ class VideoSource: """ self.get_redirect_url() self.get_maxstream_url() - return self.get_m3u8_url() \ No newline at end of file + return self.get_m3u8_url()