- Code: Select all
<!-- END TEMPLATE: ad_showthread_firstpost_start -->
post content<br />
<img src="http://www." border="0"/> more content</div>
<!-- / message -->
I have the scraping and saving working with this imacro below:
- Code: Select all
SEARCH SOURCE=REGEXP:"<!-- END TEMPLATE: ad_showthread_firstpost_start -->([^+]+)<!-- / message -->" EXTRACT=$1
SAVEAS TYPE=EXTRACT FOLDER=C:\ FILE=test.htm
Now the problem is that when I view the test.htm file, the source code looks something like this:
- Code: Select all
post content<br />
<img src=""http://www."" border=""0""/> more content
I'm sure the double quotes have something to do with regexp but I'm not experienced with it at all and would appreciate any help, thanks.
