Difficulty with webshots

Discuss how to download pictures from websites using PicaLoader.
(NO adult contents and advertisement please.)
Post Reply
User avatar
systemax
Posts: 27
Joined: Wed Aug 22, 2007 12:21 pm

Difficulty with webshots

Post 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.
User avatar
systemax
Posts: 27
Joined: Wed Aug 22, 2007 12:21 pm

Post by systemax »

Anyone??? Admins - Please help.
User avatar
KoalaBear
Posts: 325
Joined: Wed Sep 24, 2003 5:27 pm

Post 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.
Attachments
webshot.plt
download to your hard disk, then select main menu->Task->Import Tasks to import the task
(9.93 KiB) Downloaded 50 times
User avatar
systemax
Posts: 27
Joined: Wed Aug 22, 2007 12:21 pm

Post 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
Post Reply