Hi, i have an issue, this is my first time doing this, but i dont think is my fault, maybe something with the page? I had a lot of problems with text element, but i solve it. But i cant solve the problema with subsequent pages, there are 2 problems:
1.- Only scrape data from 1st page.
2.- Only go to 6th page and it stops.
Plus to this, the page is continuelly updateted with more replayes and has more 3000 pages per version. So the best will be get for example, from page 10 to 1 (for get only the last 10 page), but I dont know how do it (in case the others problems will solved).
Sitemap:
{"_id":"wotreplays","startUrl":["http://wotreplays.eu/site/index/version/93/sort/uploaded_at.desc/page/5/"],"selectors":[{"id":"replayItem","type":"SelectorElement","parentSelectors":["_root","nextPage"],"selector":"li[class='clearfix'],li[class='clearfix ng-scope']","multiple":true,"delay":0},{"id":"tankName","type":"SelectorText","parentSelectors":["replayItem"],"selector":"ul[class='r-info_ci']>li:nth-of-type(1)>a","multiple":false,"regex":"","delay":0},{"id":"mapName","type":"SelectorText","parentSelectors":["replayItem"],"selector":"ul[class='r-info_ci']>li:nth-of-type(2)>a","multiple":false,"regex":"","delay":0},{"id":"kills","type":"SelectorText","parentSelectors":["replayItem"],"selector":"ul[class='r-info_ri']>li:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"exp","type":"SelectorText","parentSelectors":["replayItem"],"selector":"ul[class='r-info_ri']>li:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"creds","type":"SelectorText","parentSelectors":["replayItem"],"selector":"ul[class='r-info_ri']>li:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"dmg","type":"SelectorText","parentSelectors":["replayItem"],"selector":"ul[class='r-info_ri']>li:nth-of-type(4)","multiple":false,"regex":"","delay":0},{"id":"asist","type":"SelectorText","parentSelectors":["replayItem"],"selector":"ul[class='r-info_ri']>li:nth-of-type(5)","multiple":false,"regex":"","delay":0},{"id":"nextPage","type":"SelectorPopupLink","parentSelectors":["_root","nextPage"],"selector":"li.pagination__item:nth-of-type(n)","multiple":true,"delay":0}]}