From 7264ce06d381fd920156ee164efab741805bdda1 Mon Sep 17 00:00:00 2001 From: Allen Date: Fri, 29 Mar 2024 13:56:30 +0000 Subject: [PATCH] issues/142 --- plugins/downloaderhelper/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/downloaderhelper/__init__.py b/plugins/downloaderhelper/__init__.py index 43b07cd..aef83ce 100644 --- a/plugins/downloaderhelper/__init__.py +++ b/plugins/downloaderhelper/__init__.py @@ -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: 被匹配的域名