<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>cupnes</author_name>
  <author_url>https://blog.hatena.ne.jp/cupnes/</author_url>
  <blog_title>へにゃぺんて＠日々勉強のまとめ</blog_title>
  <blog_url>https://yohgami.hateblo.jp/</blog_url>
  <categories>
    <anon>Linux</anon>
    <anon>シェルスクリプト</anon>
    <anon>小ネタ</anon>
  </categories>
  <description>どこかで記載済みかも知れないけども、少し改変したので、改めてメモしておきます。 スクリプト #!/bin/sh UA=Mozilla/5 URL=http://www.google.com/images?q=$(echo $* | nkf -WwMQ | tr = %) curl -s -A $UA $URL | sed 's/&gt;/&gt;\n/g' | sed 's/?/\n/g' | sed 's/&amp;/\n/g' | sed 's/%/\n/g' | grep imgurl | sed -n 1p | cut -d'=' -f2 | wget -i - -U $UA 使い方 「gimg.sh」と…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyohgami.hateblo.jp%2Fentry%2F20130320%2F1363769848&quot; title=&quot;Google画像検索の1件目をダウンロードするスクリプト - へにゃぺんて＠日々勉強のまとめ&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-03-20 17:57:28</published>
  <title>Google画像検索の1件目をダウンロードするスクリプト</title>
  <type>rich</type>
  <url>https://yohgami.hateblo.jp/entry/20130320/1363769848</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
