Created
June 25, 2018 15:59
-
-
Save munky69rock/82684e00e55e3911f8d3c7b22f4ff5a2 to your computer and use it in GitHub Desktop.
アマゾンのウィッシュリストのURL一覧出すやつ (with Nokogiri)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sL [public amazon wish list url] | nokogiri -e 'puts $_.css("#wl-item-view .g-item-details h3 a").map { |a| "https://amazon.co.jp#{a.attribute("href").value}" }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment