06.02.2020 No data scraped yet

I can get the preview data to load fine. But when I run the scraper, it always says "no data scraped yet."

It doesn't matter how many times I hit refresh or if I change the request or page load times.

I can get it to work on other sites. But just not with this one.

Url: https://idhsaa.org/directory

Sitemap:
{"_id":"ihsaa","startUrl":["https://idhsaa.org/directory"],"selectors":[]}

Hello,

I looked at your sitemap; the problem with your sitemap is that you have not added any selectors yet. This is the reason why any data is not scraped.

I would recommend to you to look at tutorial videos at webscraper.io on how to make selectors.

Weird. I had, but must have deleted it trying to redo it so many times. Here it is:

{"_id":"ihsaa","startUrl":["https://idhsaa.org/directory"],"selectors":[{"id":"schools","type":"SelectorLink","parentSelectors":["_root"],"selector":".tablesorter4286a6d446163 a.default_link","multiple":true,"delay":0}]}

{"_id":"ihsaa","startUrl":["https://idhsaa.org/directory"],"selectors":[{"id":"schools","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.default_link","multiple":true,"delay":0}]}