2015-12-05

仕事ばかりつかれた

仕事ばかりつかれた

どうしたもの趣味もないし


class HtmlObjs

def GetHtmlObjs(init_url, n)

obj = URLList.new

urls = obj.GetURLListAll(init_url, n)

htmls = Array.new

Anemone.crawl(urls, :depth_limit => 0) do |anemone|

anemone.on_every_page do |page|

htmls << page.doc

end

end

return htmls

end

end

class ProductInfo

def GetProductName(html)

return html.css("h1[class='product-name']").text

end

end

記事への反応(ブックマークコメント)

ログイン ユーザー登録
ようこそ ゲスト さん