mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
更新 __init__.py
This commit is contained in:
@@ -760,7 +760,7 @@ class IYUUAutoSeed(_PluginBase):
|
||||
site_domain = StringUtils.get_url_domain(site_url)
|
||||
# 站点信息
|
||||
site_info = self.sites.get_indexer(site_domain)
|
||||
if not site_info:
|
||||
if not site_info or not site_info.get('url'):
|
||||
logger.debug(f"没有维护种子对应的站点:{site_url}")
|
||||
return False
|
||||
if self._sites and site_info.get('id') not in self._sites:
|
||||
|
||||
Reference in New Issue
Block a user