Parser code with a parameter that changes all the time
-
Hello,
I’m stuck again with fetching the full text using parser code.
The content I wanted to fetch was between
<div class="texte">CONTENT</div>To fetch it, I used
ginner|0|div|class="texte"|0|1|0|and it worked very well.
No the code has changed. The webmaster introduced a parameter that changes in each article.
So, now the content to fetch is between
<div class="crayon article-texte-21686 texte">CONTENT</div>For the next article, it will be
<div class="crayon article-texte-21687 texte">CONTENT</div>And the other next article :
<div class="crayon article-texte-21688 texte">CONTENT</div>The parameter after crayon article-texte- changes all the time so I can’t fetch the content correctly.
Is there a way to make it work anyway ?
Thank you
The topic ‘Parser code with a parameter that changes all the time’ is closed to new replies.