dev: avoid VOE-first fallback and harden unresolved hoster handling
This commit is contained in:
@@ -50,7 +50,7 @@ else: # pragma: no cover
|
||||
|
||||
SETTING_BASE_URL = "aniworld_base_url"
|
||||
DEFAULT_BASE_URL = "https://aniworld.to"
|
||||
DEFAULT_PREFERRED_HOSTERS = ["voe"]
|
||||
DEFAULT_PREFERRED_HOSTERS = ["supervideo", "filemoon", "vidmoly", "doodstream", "voe"]
|
||||
DEFAULT_TIMEOUT = 20
|
||||
ADDON_ID = "plugin.video.viewit"
|
||||
GLOBAL_SETTING_LOG_URLS = "debug_log_urls"
|
||||
|
||||
Reference in New Issue
Block a user