Scrape In Particular Order

Describe the problem: I want to scrape list of rankings in an order. Currently it is like this
image

Sitemap:
{"_id":"hltv_rankings","startUrl":["https://www.hltv.org/ranking/teams/2019/november/25"],"selectors":[{"id":"Rows","type":"SelectorElement","parentSelectors":["_root"],"selector":"div.ranking-header","multiple":true,"delay":0},{"id":"Position","type":"SelectorText","parentSelectors":["Rows"],"selector":"span.position","multiple":false,"regex":"(?<=#).*","delay":0},{"id":"Team","type":"SelectorText","parentSelectors":["Rows"],"selector":"span.name","multiple":false,"regex":"","delay":0},{"id":"Points","type":"SelectorText","parentSelectors":["Rows"],"selector":"span.points","multiple":false,"regex":"[0-9]+","delay":0}]}