mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 15:09:12 +00:00
fix log
This commit is contained in:
@@ -971,7 +971,7 @@ class IYUUAutoSeed(_PluginBase):
|
||||
flags=re.IGNORECASE)
|
||||
return f"{site.get('url')}{download_url}"
|
||||
except Exception as e:
|
||||
logger.warn(f"站点 {site.get('name')} Url转换失败:{str(e)},尝试通过详情页面获取种子下载链接 ...")
|
||||
logger.warn(f"{site.get('name')} {base_url} Url转换失败:{str(e)},尝试通过详情页面获取种子下载链接 ...")
|
||||
return self.__get_torrent_url_from_page(seed=seed, site=site)
|
||||
|
||||
def __get_torrent_url_from_page(self, seed: dict, site: dict):
|
||||
|
||||
Reference in New Issue
Block a user