This commit is contained in:
Deng Zhou
2022-04-30 00:03:16 +08:00
parent f063383bb7
commit dd4afaf881

View File

@@ -67,7 +67,7 @@ def getOutline(html):
def getExtrafanart(htmlcode): # 获取剧照
html_pather = re.compile(r'<div id=\"sample-image-block\"[\s\S]*?<br></div></div>')
html_pather = re.compile(r'<div id=\"sample-image-block\"[\s\S]*?<br></div>\n</div>')
html = html_pather.search(htmlcode)
if html:
html = html.group()