Author: Alexander Barkov
Email: bar mnogosearch.org
Message:
> I modify the example for my need. When i start indexer,
the error message is;
> burcin.conf:759: too many argiments: ''
>
> Section title 1 128
> Section HTTP.Content 0 0
> Section mysection 10 128 ""
"$#${HTTP.Content}" "http://www.gebe.com.t
r/.*<td colspan="2"
class="ProductName">([^>]*)</td>"
$1
>
> i am trying to index this kind of urls;
> http://www.geb
e.com.tr/spd.aspx?id=122
>
> i want to use this great feature, thanks from now.
>
This is because you have double quotes signs in your
pattern.
You can use single quotes around the patters instead :
Section mysection 10 128 ""
"$#${HTTP.Content}" 'http://www.gebe.com.t
r/.*<td colspan="2"
class="ProductName">([^>]*)</td>' $1
Reply: <http://www.mnogosearch.org/board/message.php?id=19630&g
t;
------------------------------------------------------------
---------
To unsubscribe, e-mail: general-unsubscribe mnogosearch.org
For additional commands, e-mail: general-help mnogosearch.org
|