<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>misos</author_name>
  <author_url>https://blog.hatena.ne.jp/misos/</author_url>
  <blog_title>めも</blog_title>
  <blog_url>https://paper.hatenadiary.jp/</blog_url>
  <categories>
    <anon>コード</anon>
  </categories>
  <description>やりたいこと https://news.google.co.jp/news と入力したら 「google」について、Googleニュースが世界中のニュース提供元から集約した広範囲にわたる最新情報と出力したい。 やり方 import urllib2, time from BeautifulSoup import BeautifulSoup urls = 'https://news.google.co.jp/news' html = urllib2.urlopen(urls).read() soup = BeautifulSoup(html) print soup.findAll(attrs={&quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpaper.hatenadiary.jp%2Fentry%2F2016%2F10%2F18%2F012551&quot; title=&quot;pythonで指定したウェブページのタイトルと説明を取得 - めも&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-10-18 01:25:51</published>
  <title>pythonで指定したウェブページのタイトルと説明を取得</title>
  <type>rich</type>
  <url>https://paper.hatenadiary.jp/entry/2016/10/18/012551</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
