You don't need to look for any <span>, you need to look into the html code and look what's around what you are looking for. If you are using chrome, just right click on any website then "view page source" or Ctrl+U. If you look at the code you'll find what you are looking for, in this case:
<meta property="og:description" content="As the body without the spirit is dead, so faith without deeds is dead."/>
So your code would be:
So, what you need is what's between <meta property="og:description" content=" and "/><meta property="og:description" content="As the body without the spirit is dead, so faith without deeds is dead."/>
So your code would be:
Code:
[MeasureSite]Measure=WebParserURL=https://www.verseoftheday.com/RegExp=(?siU)<meta property="og:description" content="(.*)"/>[MeasureVerse]Measure=WebParserURL=[MeasureSite]StringIndex=1
Statistics: Posted by RicardoTM — 10 minutes ago