Not able to select the complete data row as an element

Describe the problem.

I am trying to scrape a table like structure in the same way the FAQ's have mentioned. The problem is the whole data row doesn't have a single div rather every data point is a separate component.

Url: Top 500 Sports Youtube channels - India


Please help me know who can i scrape this listing

Try:

{"_id":"youtubers-me","startUrl":["https://gb.youtubers.me/india/sports/top-500-youtube-channels"],"selectors":[{"id":"Result rows","multiple":true,"parentSelectors":["_root"],"selector":"div.top-charts-box:nth-of-type(1) tr:nth-of-type(n+2)","type":"SelectorElement"},{"id":"Rank","multiple":false,"parentSelectors":["Result rows"],"regex":"","selector":"td:nth-of-type(1)","type":"SelectorText"},{"id":"Name and Link","linkType":"linkFromHref","multiple":false,"parentSelectors":["Result rows"],"selector":"td:nth-of-type(2) a","type":"SelectorLink"},{"id":"Subs","multiple":false,"parentSelectors":["Result rows"],"regex":"","selector":"td:nth-of-type(3)","type":"SelectorText"},{"id":"Vid views","multiple":false,"parentSelectors":["Result rows"],"regex":"","selector":"td:nth-of-type(4)","type":"SelectorText"},{"id":"Vid count","multiple":false,"parentSelectors":["Result rows"],"regex":"","selector":"td:nth-of-type(5)","type":"SelectorText"},{"id":"Category","multiple":false,"parentSelectors":["Result rows"],"regex":"","selector":"td:nth-of-type(6)","type":"SelectorText"},{"id":"Started","multiple":false,"parentSelectors":["Result rows"],"regex":"","selector":"td:nth-of-type(7)","type":"SelectorText"}]}