<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>imabari_ehime</author_name>
  <author_url>https://blog.hatena.ne.jp/imabari_ehime/</author_url>
  <blog_title>メモ</blog_title>
  <blog_url>https://imabari.hateblo.jp/</blog_url>
  <categories>
    <anon>Program</anon>
    <anon>Python</anon>
    <anon>スクレイピング</anon>
  </categories>
  <description>今治イベント情報を取得（相対アドレスの変換） import urllib.request from bs4 import BeautifulSoup from urllib.parse import urljoin url = &quot;http://www.city.imabari.ehime.jp/event/&quot; html = urllib.request.urlopen(url).read() soup = BeautifulSoup(html, from_encoding='cp932') for event_ichiran in soup.find_all(&quot;dl&quot;,{&quot;class&quot;:&quot;ev…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fimabari.hateblo.jp%2Fentry%2F2013%2F05%2F22%2F140659&quot; title=&quot;Pythonでスクレイピング2（相対アドレスの変換） - メモ&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>2013-05-22 14:06:59</published>
  <title>Pythonでスクレイピング2（相対アドレスの変換）</title>
  <type>rich</type>
  <url>https://imabari.hateblo.jp/entry/2013/05/22/140659</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
