mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-18 15:09:29 +00:00
issues/142
This commit is contained in:
@@ -797,7 +797,7 @@ class DownloaderHelper(_PluginBase):
|
||||
else:
|
||||
return None
|
||||
|
||||
def __match_multi_level_root_domain(self, domain: str) -> Tuple[str, int]:
|
||||
def __match_multi_level_root_domain(self, domain: str) -> Tuple[Optional[str], int]:
|
||||
"""
|
||||
匹配多级根域名
|
||||
:param domain: 被匹配的域名
|
||||
|
||||
Reference in New Issue
Block a user