For this kind of TGP site, you can always using the settings below:
Picture filter profile:All pictures except thumbnail
Followed links:This page and 1 level(s)
Picture URL Exclude Filters:\.gif$;thumb;small;icon
HTML Parser Script:
if (HTML.Level==0) then for u in string.gmatch(HTML.Content,'href=%b""') do local s1,e1=string.find(u,'http://'); if (s1 and e1 and s1>8) then local url=string.sub(u,s1,-2); AddLink(url,HTML.Url,HTML.Title,'',HTML.TaskID,1); end; end; else DefaultParser(HTML.Content,HTML.Url,HTML.Title,HTML.TaskID,HTML.Level); end;
Just change the start URL for each TGP site, e.g. for this site, the start URL is:
http://www.hq-erotic.com/
You can using the attached .plt file as a template for TGP site, just download and import it (main menu->Task->Import Task(s)) and enter the start URL by yourself.
Caution:This site is adult only, if you under 21 years old, please don't try it.
Attachments: |
File comment: template for TGP site
tgp.plt [9.93 KiB]
Downloaded 1387 times
|
|