{"type":"rich","provider_url":"https://hatena.blog","provider_name":"Hatena Blog","blog_url":"https://hirono-hideki.hatenadiary.jp/","height":"190","author_url":"https://blog.hatena.ne.jp/hirono_hideki/","categories":["python","\u30b9\u30af\u30ec\u30a4\u30d4\u30f3\u30b0"],"width":"100%","title":"\uff0a python\u306ebeautifulsoup4\u3067Blogger\u306e\u6700\u65b0\u8a18\u4e8b\u306eURL\u3068\u30bf\u30a4\u30c8\u30eb\u3092\u30b9\u30af\u30ec\u30a4\u30d4\u30f3\u30b0\n","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhirono-hideki.hatenadiary.jp%2Fentry%2F2020%2F09%2F20%2F115011\" title=\"\uff0a python\u306ebeautifulsoup4\u3067Blogger\u306e\u6700\u65b0\u8a18\u4e8b\u306eURL\u3068\u30bf\u30a4\u30c8\u30eb\u3092\u30b9\u30af\u30ec\u30a4\u30d4\u30f3\u30b0\n - \u544a\u767a\uff3c\u91d1\u6ca2\u5730\u65b9\u691c\u5bdf\u5e81\uff3c\u6700\u9ad8\u691c\u5bdf\u5e81\uff3c\u6cd5\u52d9\u7701\uff3c\u77f3\u5ddd\u770c\u8b66\u5bdf\u5fa1\u4e2d2020\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","url":"https://hirono-hideki.hatenadiary.jp/entry/2020/09/20/115011","image_url":null,"author_name":"hirono_hideki","published":"2020-09-20 11:50:11","blog_title":"\u544a\u767a\uff3c\u91d1\u6ca2\u5730\u65b9\u691c\u5bdf\u5e81\uff3c\u6700\u9ad8\u691c\u5bdf\u5e81\uff3c\u6cd5\u52d9\u7701\uff3c\u77f3\u5ddd\u770c\u8b66\u5bdf\u5fa1\u4e2d2020","version":"1.0","description":":CATEGORIES: python,\u30b9\u30af\u30ec\u30a4\u30d4\u30f3\u30b0 import re from bs4 import BeautifulSoup import requests load_url = \"https://kk2020-09.blogspot.com/\" html = requests.get(load_url) soup = BeautifulSoup(html.content, \"html.parser\") t = str(soup.find(\"h3\", attrs={\"class\", \"post-title\"})) url = re.findall('(.+) title = re.f\u2026"}