agoragames / bnet_scraper

A Nokogiri-based scraper of Battle.net profiles. Currently this only includes Starcraft2.
MIT License
22 stars 7 forks source link

Add Rescraping to domain models #14

Closed cadwallion closed 11 years ago

cadwallion commented 11 years ago

I have had a few occasions where I would rather have the ability to call a method to re-scrape or update the information on a given Profile or League object, instead of having to instantiate a new scraper object and pass the current object's information. We should add that DSL to all the domain models to facilitate live updates.

cadwallion commented 11 years ago

This adds the Profile#scrape and League#scrape to update the attributes of the model.