elpendor / ES-scraper

A scraper for EmulationStation
47 stars 41 forks source link

Scraper: If multiple results, just check the first game. #4

Closed elpendor closed 12 years ago

elpendor commented 12 years ago

Elementtree.find returns the first match. Gotta change that to other method, remove the extra xml or see if I can limit the results via API. Otherwise, it'll grab data from other nodes.

Edit: Why the fuck am I iterating through the results? D: