{"author_url":"https://blog.hatena.ne.jp/shigemk2/","published":"2018-07-26 21:15:57","width":"100%","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.shigemk2.com%2Fentry%2F2018%2F07%2F26%2F211557\" title=\"beautifulsoup findAll - by shigemk2\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","categories":["Python"],"provider_url":"https://hatena.blog","author_name":"shigemk2","title":"beautifulsoup findAll","blog_url":"https://www.shigemk2.com/","height":"190","type":"rich","blog_title":"by shigemk2","provider_name":"Hatena Blog","description":"\u8981\u7d20\u3092\u914d\u5217\u306b\u7a81\u3063\u8fbc\u307f\u306a\u304c\u3089\u3001Lambda\u3067\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0\u3082\u3067\u304d\u308b soup.findAll(text=\"one\") # [u'one'] soup.findAll(text=u'one') # [u'one'] soup.findAll(text=[\"one\", \"two\"]) # [u'one', u'two'] soup.findAll(text=re.compile(\"paragraph\")) # [u'This is paragraph ', u'This is paragraph '] soup.findAll(text=True) # [u'Page title', u'This \u2026","image_url":null,"version":"1.0","url":"https://www.shigemk2.com/entry/2018/07/26/211557"}