Ginner not working
-
In your instructions here:
https://foobla.com/kb/obgrabber/5050-how-to-use-html-parser-processor
You say:
Example:
ginner|0|div|post|L|1|
Get inner content from input HTML source for the “div” tag with a string “post” inside that div, no matter that string is id, class or any attribute.For example:
<html>...<body>...<div class=”post” id=”whatever” what_ever=”attribute”>I want to get this text</div>...</body></html>
Will return “I want to get this text” by using above sample.However when I use the ginner with this page:
and these instructions:
ginner|0|h1|class="entry-title"|l|1|
I still get the <h1> tag:
"<h1>Video: Jesus in Esoteric Islam — Ismaili Interpretations of Christ</h1>"
See here:
https://snag.gy/FqNKh.jpgI should get:
“Video: Jesus in Esoteric Islam — Ismaili Interpretations of Christ”
Even this does not remove the
<h1>
:ginner|0|h1|class="entry-title"|l|1|
replace|1|<h1>||
replace|2|</h1>||
- The topic ‘Ginner not working’ is closed to new replies.