Created
October 18, 2016 03:06
-
-
Save colorbox/22fb6188cd30b575eeb7766c7c799248 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
require'nokogiri' | |
require'open-uri' | |
body = open("https://www.amazon.co.jp/gp/bestsellers/digital-text/2293143051", &:read) | |
doc = Nokogiri::HTML(body) | |
doc.xpath("//div[@class='zg_itemRow']") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment