Page 1 of 1

Difficulty with webshots

Posted: Tue Jan 22, 2008 10:28 pm
by systemax
I can't seem to find a way to download photos from a single user and not the entire site.

Example user:


http://community.webshots.com/user/taussig80a

Please help. Thank you.

Posted: Thu Feb 28, 2008 2:34 am
by systemax
Anyone??? Admins - Please help.

Posted: Thu Feb 28, 2008 3:27 pm
by KoalaBear
for the best result, you should install PicaLoader 1.61 or later.
Start URL:http://community.webshots.com/user/taussig80a
Uncheck Support J/VB/JavaScript
Page URL Include Filters:/album/\d+\w+$;/photo/\d+\w+$;/album/\d+\w+\?start=\d+$
Picture URL Include Filters:_ph\.jpg$;_fs\.jpg$
HTML Parser Script:

if (string.find(HTML.Url,'/photo/')) then
local s1,e1=string.find(HTML.Content,'class="fullsize first"',1,true);
if (s1 and e1) then
s1,e1=string.find(HTML.Content,'href=%b""',e1);
if (s1 and e1) then
local url=string.sub(HTML.Content,s1+6,e1-1);
AddLink(url,HTML.Url,HTML.Title,'',HTML.TaskID,HTML.Level);
end;
end;
else
DefaultParser(HTML.Content,HTML.Url,HTML.Title,HTML.TaskID,HTML.Level);
end;


I attached the task export file, you no need to enter the options by yourself, just download the attached plt file, then select main menu->Task->Import Tasks to import the task.

Posted: Sat Mar 01, 2008 6:44 am
by systemax
Thank you KoalaBear. lol I only wish I understood how to figure out all those kind of options in the future. Is there a thread, area, or additional software that helps figure out what kind of settings would be appropriate?

Again Thanks :D