diff --git a/WebCrawler/javbus.py b/WebCrawler/javbus.py index a233c5e..dc3743e 100644 --- a/WebCrawler/javbus.py +++ b/WebCrawler/javbus.py @@ -107,6 +107,17 @@ def getTag(htmlcode): # 获取标签 tag.append(translateTag_to_sc(i.get_text())) return tag +def getExtrafanart(htmlcode): # 获取剧照 + html_pather = re.compile(r'
[\s\S]*?
\s*?') + html = html_pather.search(htmlcode) + if html: + html = html.group() + extrafanart_pather = re.compile(r'