Web Scraping With Ruby
Introduction to web scraping with Ruby. How to handle http connections, parse html files for data, best practices, tips and an example project.
Unfortunately, it's impossible to select values by text using standard CSS selectors. However, many CSS selector clients used in web scraping implement extra functions to enable this useful functionality. For more see: