Page 1 of 1

Can't find the error in my script

Posted: Sun Mar 30, 2008 7:52 pm
by merc_slk
Hello,

If I change the filter in my script to
local s1,e1=string.find(HTML.Content,'/large/.+')
it finds the string but too much.
If I change it too
local s1,e1=string.find(HTML.Content,'/large/[%w%-_]+')
nothing goes.

In attachment my task script.

Tx

Another aproach see uktights2

Posted: Mon Mar 31, 2008 7:26 pm
by KoalaBear
PicaLoader's default HTML Parser can analyst this site as well, so you no need to write a script.
just change Picture URL Include Filters to:/large/
and clear script field.

Too easy

Posted: Mon Apr 07, 2008 4:42 pm
by merc_slk
TX KB,

Why always search for a difficult way when there's such an easy one. :shock: