dev: avoid VOE-first fallback and harden unresolved hoster handling

This commit is contained in:
2026-02-24 20:46:49 +01:00
parent 16e0c77162
commit ce4b97e19f
2 changed files with 2 additions and 2 deletions

View File

@@ -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"