Hi, please help me. I'm trying to get from this site [NBA 2019/2020 Scores / Results | Livesport.com]
some basic data. Date, home team, away team and home and away points.
The problem is that I get duplicated rows in the CSV file. I guess I don't have the Selector correctly, but I don't know how to set it up.
Can someone please help me on this?
Thank you in advance!
Sitemap:
{"_id": "nba19/20", "startUrl":["NBA 2019/2020 Scores / Results | Livesport.com"], "selectors":[{"id": "loadmore", "type": "SelectorElementClick", "parentSelectors":["_root"], "selector": "div.container__fsbody", "multiple":false, "delay":2000, "clickElementSelector": "a. event__more", "clickType": "clickMore", "discardInitialElements": "do-not-discard", "clickElementUniquenessType": "uniqueText"},{"id": "game", "type": "SelectorElement", "parentSelectors": {"id": "date", "type": "Selector":["game"], "selector": "div:nth-of-type(n+102)", "multiple":true, "delay":0},{"id": "date", "type": "SelectorText", "parentSelectors":["game"], "selector": "div. event__time", "multiple":false, "regex":", "delay":0},{"id": "home", "type": "SelectorText", "parentSelectors":["game"], "selector": "div. event__participant--home", "multiple":false, "regex":"", "delay":0},{"id": "away", "type": "SelectorText", "parentSelectors":["game"], "selector": "div. event__participant--away", "multiple":false, "regex":"", "delay":0},{"id": "HomePoints", "type": "SelectorText", "parentSelectors":["game"], "selector": "div. event__score--home", "multiple":false, "regex":", "delay":0},{"id": "AwayPoints", "type": "SelectorText", "parentSelectors":["game"], "selector": "div.event__score--away", "multiple":false, "regex":", "delay":0}]}
