I'm trying to get a video, but, to get the element, I have to wait for an ad to be loaded, I managed to configure the scraper in the whole process, however, it ends before loading the following that I need to have access to the video base url
My sitemap aims to scrape the entire site, with posts and paginations
[image]
Url: Lexi Luna - Lingerie And Softcore Model - Porn00
Sitemap:
{"_id":"posts-porn00","startUrl":["https://www.porn00.org/top-videos/"],"selectors":[{"id":"post-element","type":"SelectorElement","parentSelectors":["_root","post-element","pagination"],"selector":".item a","multiple":true,"delay":0},{"id":"title","type":"SelectorText","parentSelectors":["post-element"],"selector":"strong","multiple":false,"regex":"","delay":0},{"id":"img","type":"SelectorElementAttribute","parentSelectors":["post-element"],"selector":"img","multiple":false,"extractAttribute":"data-original","delay":0},{"id":"duration","type":"SelectorText","parentSelectors":["post-element"],"selector":"div.duration","multiple":false,"regex":"","delay":0},{"id":"link","type":"SelectorLink","parentSelectors":["post-element"],"selector":"parent","multiple":true,"delay":0},{"id":"pornstar","type":"SelectorText","parentSelectors":["link"],"selector":".info div:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"categories","type":"SelectorText","parentSelectors":["link"],"selector":".info div:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"pagination","type":"SelectorLink","parentSelectors":["_root","pagination"],"selector":"li.page:nth-of-type(n+4) a","multiple":true,"delay":0},{"id":"video-element","type":"SelectorElementAttribute","parentSelectors":["link"],"selector":".fp-player > div:nth-of-type(4)","multiple":false,"extractAttribute":"src","delay":0}]}