It is currently May 2nd, 2024, 6:56 am

WebParser.dll & RegExp Help?

Get help with creating, editing & fixing problems with skins
davidwroxy
Posts: 11
Joined: August 2nd, 2012, 8:03 am

Re: WebParser.dll & RegExp Help?

Post by davidwroxy »

I attached the skin.
You do not have the required permissions to view the files attached to this post.
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: WebParser.dll & RegExp Help?

Post by jsmorley »

If I change the RegExp to:

RegExp="(?siU).*</h2>.*<ul>.*<li class="cat-post-item">.*<a href="(.*)" title="(.*)">.*src="(.*)".*class="post-date">(.*)</p>.*<p>(.*).</p>.*<li class="cat-post-item">.*<a href="(.*)" title="(.*)">.*src="(.*)".*class="post-date">(.*)</p>.*<p>(.*).</p>.*"

Then the skin works fine for me.
davidwroxy
Posts: 11
Joined: August 2nd, 2012, 8:03 am

Re: WebParser.dll & RegExp Help?

Post by davidwroxy »

Thank you very much. It works for me too now.