diff --git a/WebCrawler/fanza.py b/WebCrawler/fanza.py index 4594987..622f837 100644 --- a/WebCrawler/fanza.py +++ b/WebCrawler/fanza.py @@ -67,7 +67,7 @@ def getOutline(html): def getExtrafanart(htmlcode): # 获取剧照 - html_pather = re.compile(r'
') + html_pather = re.compile(r'\n') html = html_pather.search(htmlcode) if html: html = html.group()