Can't find the error in my script
Posted: Sun Mar 30, 2008 7:52 pm
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
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