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
Can't find the error in my script
Can't find the error in my script
- Attachments
-
- uktights2.plt
- (9.93 KiB) Downloaded 26 times
-
- uktights.plt
- Something wrong in my string.find
- (9.93 KiB) Downloaded 31 times