<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>masatoi</author_name>
  <author_url>https://blog.hatena.ne.jp/masatoi/</author_url>
  <blog_title>masatoi’s blog</blog_title>
  <blog_url>https://masatoi.hateblo.jp/</blog_url>
  <categories>
    <anon>LISP</anon>
  </categories>
  <description>WebスクレイピングとはWebから情報を自動的に集めてくるクローラを実装するということである。これを実現するにはHTTPクライアントとHTMLパーサ、そしてパースされた木構造から必要な情報を探索、抽出するセレクタがあればいい。Common Lispにはそれぞれに複数のライブラリがあるが、今回はHTTPクライアントにDexador、HTML/XMLパーサにPlump、CSSセレクタにCLSSを使う。これらのライブラリは全てQuicklispから入る。 (ql:quickload :dexador) (ql:quickload :plump) (ql:quickload :clss) 例としてこの…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmasatoi.hateblo.jp%2Fentry%2F20170203%2F1486121334&quot; title=&quot; Common LispでかんたんWebスクレイピング - masatoi’s blog&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>2017-02-03 20:28:54</published>
  <title> Common LispでかんたんWebスクレイピング</title>
  <type>rich</type>
  <url>https://masatoi.hateblo.jp/entry/20170203/1486121334</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
