How can I get venue and address values from this code using Nokogiri
<div><b>Venue</b>: <a href=“#">Treasure Island</a></div> <div><b>Address</b>: Avenue of the Palms, San Francisco, CA</div>
How can I get venue and address values from this code using Nokogiri
<div><b>Venue</b>: <a href=“#">Treasure Island</a></div> <div><b>Address</b>: Avenue of the Palms, San Francisco, CA</div>
The Nokogiri docs have plenty of example code; what have you tried so far?