Update vixcloud.py

This commit is contained in:
ciccioxm3 2025-06-26 11:39:28 +02:00 committed by GitHub
parent 1b81dca232
commit d519bf102f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ from .Helper.Vixcloud.js_parser import JavaScriptParser
# Variable
MAX_TIMEOUT = config_manager.get_int("REQUESTS", "timeout")
REQUEST_VERIFY = config_manager.get_bool('REQUESTS', 'verify')
console = Console()
@ -198,4 +199,4 @@ class VideoSourceAnime(VideoSource):
except Exception as e:
logging.error(f"Error fetching embed URL: {e}")
return None
return None