rubenvanassche / Programming-Project-Databases

A World championship statistics website
coachcenter.be
GNU General Public License v3.0
1 stars 1 forks source link

Crawling Cards impossible #73

Closed STOWouters closed 10 years ago

STOWouters commented 10 years ago

It's not possible to crawl card. :disappointed:

For example, the match Uruguay - Netherlands, the cards parts bookings also shows whether the player has made a goal, got injured while playing the match, and other information.. Unfortunately there's no way to check whether the information is about the cards...

So I would suggest to drop the card information?

JakobStruye commented 10 years ago

Can't you just check the accompanying image of each element of bookings? e.g. < span >< img src="http://s1.swimg.net/gsmf/483/img/events/YC.png" width="12" height="13" / > 37'< /span > is a yellow card because it contains "http://s1.swimg.net/gsmf/483/img/events/YC.png" RC.png for red cards, Y2C.png for both

It would really suck if we didn't have this information, as cards appear in quite a few places on the site...

STOWouters commented 10 years ago

Can't you just check the accompanying image of each element of bookings?

*fist :punch: Why didn't I think of that? I'll check it out!