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