Update mixdrop.py

This commit is contained in:
ciccioxm3 2025-06-26 11:37:46 +02:00 committed by GitHub
parent 3743f784d9
commit ef1eb09da2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,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:
STAYONLINE_BASE_URL = "https://stayonline.pro"