Closed Suntory-Y-Water closed 7 months ago
for tag_html in tags_html:
if tag_html.text == "tech":
continue
tag_list.append({"tag_id": tag_html.text})
ogp_image_url = (
soup.find("meta", {"property": "og:image"}).get("content")
if soup.find("meta", {"property": "og:image"})
else None
)
Zennの記事は全ての記事に「tech」というタグがついているため、登録しないようにする