Hi,
Im trying to scrape the first table on this site: http://www.vitisport.de/index.php?clanek=analyzy&sekce=fotbal&liga=nemecko&lang=de
Good: It scrapes the data i want.
But: I also get not intended rows with "null". Where is my mistake?
Here is my sitemap:
{"_id":"test_2","startUrl":["http://www.vitisport.de/index.php?clanek=analyzy&sekce=fotbal&liga=nemecko&lang=de"],"selectors":[{"id":"element","type":"SelectorElement","parentSelectors":["_root"],"selector":"div#quicktips tr:nth-of-type(n+3)","multiple":true,"delay":0},{"id":"team_a","type":"SelectorText","parentSelectors":["element"],"selector":"td.standardbunka:nth-of-type(3) a","multiple":false,"regex":"","delay":0},{"id":"team_b","type":"SelectorText","parentSelectors":["element"],"selector":"td.standardbunka:nth-of-type(4) a","multiple":false,"regex":"","delay":0}]}
Thank you for help!
