Archived
1
0
Fork 0
This commit is contained in:
yzhh 2021-02-02 14:17:29 +08:00
commit b0245e68c5

View file

@ -48,7 +48,9 @@ async def get_infobox_pic(link, pagelink):
if find_infobox is None:
find_infobox = soup.find(class_='tpl-infobox')
if find_infobox is None:
return False#找你妈,不找了
find_infobox = soup.find(class_='infoboxtable')
if find_infobox is None:
return False#找你妈,不找了<-咱还是回家吧
if infobox_render is None: