Describe the problem.
Hi everyone, I'm using this sitemaps to scrap :
{"_id":"flashscoreextract","startUrl":["https://www.flashscore.fr/football/allemagne/3-liga-2020-2021/resultats/"],"selectors":[{"id":"date","parentSelectors":["_root"],"type":"SelectorText","selector":"div.event__time","multiple":true,"delay":0,"regex":""},{"id":"Home team","parentSelectors":["_root"],"type":"SelectorText","selector":"div.event__participant--home","multiple":true,"delay":0,"regex":""},{"id":"Awayteam","parentSelectors":["_root"],"type":"SelectorText","selector":"div.event__participant--away","multiple":true,"delay":0,"regex":""},{"id":"Home score","parentSelectors":["_root"],"type":"SelectorText","selector":"div.event__score--home","multiple":true,"delay":0,"regex":""},{"id":"away score","parentSelectors":["_root"],"type":"SelectorText","selector":"div.event__score--away","multiple":true,"delay":0,"regex":""},{"id":"HT home goal","parentSelectors":["_root"],"type":"SelectorText","selector":"div.event__part--home","multiple":true,"delay":0,"regex":""},{"id":"HT Away team","parentSelectors":["_root"],"type":"SelectorText","selector":"div.event__part--away","multiple":true,"delay":0,"regex":""}]}
with this Url: FlashScore.fr: Résultats de 3. Liga 2020/2021 - Football/Allemagne
And I would like to have all elements align when I scrap, I mean the first element of div.event__time align with the first element of the selector div.event__participant--home and with the others.
Actually, I have this :
Thank you in advance for your help and I'm easily available to answer you.
Regards
Laplacea95

