Class: Textsnatcher::Snatch
- Inherits:
-
Object
- Object
- Textsnatcher::Snatch
- Defined in:
- lib/textsnatcher/snatch.rb
Class Method Summary collapse
Class Method Details
.exec(url, xpath) ⇒ Object
7 8 9 10 |
# File 'lib/textsnatcher/snatch.rb', line 7 def exec(url, xpath) html = Nokogiri::HTML.parse(open(url), nil, "UTF-8") html.xpath(xpath).text end |