How to understand this script.

Discuss how to download pictures from websites using PicaLoader.
(NO adult contents and advertisement please.)
Post Reply
merc_slk
Posts: 17
Joined: Sat Jan 26, 2008 4:34 pm

How to understand this script.

Post by merc_slk »

PL will search for internet URL with product.asp?pf_id .... Than the parser, LUA script, takes over and searches the webpage.

local s1=e1= string found in URL pf_id
local s2=e2 string found in content info_attr.

Why two local variables for the same??
What about the variables "html.url","html.content","html.title","html.level"
where can I find more information about these?? Is not in the LUA script manual.

Regards,

Merc
User avatar
KoalaBear
Posts: 325
Joined: Wed Sep 24, 2003 5:27 pm

Post by KoalaBear »

main menu->Help->Contents->Using PicaLoader->Customize HTML Parser by Script
Post Reply