mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-06-07 23:16:52 +00:00
Update zvideohelper to v1.4
This commit is contained in:
@@ -75,7 +75,7 @@ class DoubanHelper:
|
||||
response = RequestUtils(headers=self.headers).get_res(url)
|
||||
if not response.status_code == 200:
|
||||
logger.error(f"搜索 {title} 失败 状态码:{response.status_code}")
|
||||
return None
|
||||
return None, None, None
|
||||
# self.headers["Cookie"] = response.cookies
|
||||
soup = BeautifulSoup(response.text.encode('utf-8'), 'lxml')
|
||||
title_divs = soup.find_all("div", class_="title")
|
||||
|
||||
@@ -31,7 +31,7 @@ class ZvideoHelper(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "zvideo.png"
|
||||
# 插件版本
|
||||
plugin_version = "1.3"
|
||||
plugin_version = "1.4"
|
||||
# 插件作者
|
||||
plugin_author = "DzAvril"
|
||||
# 作者主页
|
||||
|
||||
Reference in New Issue
Block a user