How to scrape site with mult-layed subcategory

Hi, i've been trying to scrape the table off a site with multi layered sub-categories.
i would like to get the tables under the "form" tab; particularly, all of the tables in their blocks of 5, 10, 15,...., both for Home and Away. I have tried different ways to get at it with only a little success.

Url: https://www.betexplorer.com/soccer/france/ligue-1/

Sitemap:
{"_id":"france","startUrl":["https://www.betexplorer.com/soccer/france/ligue-1/"],"selectors":[{"id":"Table1","type":"SelectorTable","parentSelectors":["_root","Navi1"],"selector":"table.stats-table","multiple":true,"columns":[{"header":"#","name":"sn","extract":true},{"header":"Team","name":"Team","extract":true},{"header":"MP","name":"MP","extract":true},{"header":"W","name":"Wi","extract":true},{"header":"D","name":"Dr","extract":true},{"header":"L","name":"Lo","extract":true},{"header":"G","name":"Go","extract":true},{"header":"Pts","name":"Pts","extract":true},{"header":"Form","name":"Form","extract":true}],"delay":"0","tableDataRowSelector":"tbody tr","tableHeaderRowSelector":"tr.main"},{"id":"Navi1","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.submenu.selected li:nth-of-type(n+2) a","multiple":true,"delay":"2000"}]}