In my sitemap I need to do [20-660] but with step of 20 and not 1 by one, how to explain it to webscraper? Otherwise I have to insert 33 urls by hand? Other quick solutions?
This is covered in the "range url with increment" method listed under Specify multiple urls with ranges. So it would be:
[20-660:20]
1 Like