Update maxstream.py

This commit is contained in:
ciccioxm3 2025-06-26 11:35:43 +02:00 committed by GitHub
parent 420161eaeb
commit 15d9bf9c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ from StreamingCommunity.Util.headers import get_userAgent
# Variable # Variable
MAX_TIMEOUT = config_manager.get_int("REQUESTS", "timeout") MAX_TIMEOUT = config_manager.get_int("REQUESTS", "timeout")
REQUEST_VERIFY = config_manager.get_bool('REQUESTS', 'verify')
class VideoSource: class VideoSource:
def __init__(self, url: str): def __init__(self, url: str):
@ -138,4 +138,4 @@ class VideoSource:
""" """
self.get_redirect_url() self.get_redirect_url()
self.get_maxstream_url() self.get_maxstream_url()
return self.get_m3u8_url() return self.get_m3u8_url()