I managed after lots of hard work to extract some information that i needed from a table from this website:
http://gbgfotboll.se/serier/?scr=table&ftid=57108
From the table "Kommande Matcher"(second table) I managed to extract the date and the team names.
But now i am totally stuck trying to extract from the first table:
The first column "Lag"
The second column "S"
6h column "GM-IM"
last column "P"
Any ideas? , Thanks
I've just did it:
You could to pass URL in lxml.html.parse() directly rather than call urllib2. Also, you'd grab target table by class attribute, like this: