Links finder container not working??
-
I’m trying to get the article links from this page:
https://essentialismaili.com/I do not want to get the featured posts, but the article links below. The are located as follows:
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
See here:
https://snag.gy/naJFq.jpgFor the container field I have followed the instructions here on creating DOM xpath queries:
https://www.w3schools.com/xsl/xpath_syntax.asp
And I have tried:
//div[@id=’primary’]
//div[@id=”primary”]//div[@class=’content-area’]
//div[@class=”content-area”]//main[@class=’site-main’]
//main[@class=”site-main”]//div[@class=’content-area’]/main[@class=’site-main’]
//div[@class=”content-area”]/main[@class=”site-main”]For the item format I use:
https://essentialismaili.com/(*)/(*)/(*)/(*)/Here is an example:
https://snag.gy/AZyQJ.jpgBut in every case it does not find the right link. Instead, no matter what I try, it always finds this hidden link in the featured posts area.
- The topic ‘Links finder container not working??’ is closed to new replies.