wanted to know if anyone can help me out with this website i would like to DL just one gallerie thanks for the help
http://www.rubyteens.com
gallerie
(Only for PicaLoader 1.61 or later)
Caution:This site contain adult content! if you under 21 years old, please don't try it!
you can download the attached PLT file to your hard disk, then click main menu->Task->Import Task(s) to import it to your project.
or you can create a task by yourself:
Start URL:http://www.rubyteens.com/archive[0-29].php
Picture Filter Profile:All pictures except thumbnail
Followed links:This page and 1 level(s)
Picture URL Include Filters:\.jpg$
Picture URL Exclude Filters: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,'url=');
if (s1 and e1 and s1>8 ) then
local url=string.sub(u,e1+1,string.len(u)-1);
AddLink(url,HTML.Url,HTML.Title,'',HTML.TaskID,1);
end;
end;
else
DefaultParser(HTML.Content,HTML.Url,HTML.Title,HTML.TaskID,HTML.Level);
end;
Caution:This site contain adult content! if you under 21 years old, please don't try it!
you can download the attached PLT file to your hard disk, then click main menu->Task->Import Task(s) to import it to your project.
or you can create a task by yourself:
Start URL:http://www.rubyteens.com/archive[0-29].php
Picture Filter Profile:All pictures except thumbnail
Followed links:This page and 1 level(s)
Picture URL Include Filters:\.jpg$
Picture URL Exclude Filters: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,'url=');
if (s1 and e1 and s1>8 ) then
local url=string.sub(u,e1+1,string.len(u)-1);
AddLink(url,HTML.Url,HTML.Title,'',HTML.TaskID,1);
end;
end;
else
DefaultParser(HTML.Content,HTML.Url,HTML.Title,HTML.TaskID,HTML.Level);
end;
- Attachments
-
- ruby.plt
- saving and click main menu->Task->Import Tasks to import it.
- (9.93 KiB) Downloaded 64 times