www.deviantart.com have updated, original method can't work

Discuss how to download pictures from websites using PicaLoader.
(NO adult contents and advertisement please.)
Post Reply
tuan11
Posts: 8
Joined: Sat Jun 21, 2008 4:18 am

www.deviantart.com have updated, original method can't work

Post by tuan11 »

The www.deviantart.com have updated, The original method can't works!!!

The original method is this:
how-to-download-gallery-from-www-devian ... t1998.html

but now
for example:
open the url http://www.deviantart.com/
enter oasis
then Click search
then how to download these pictures!

Moderators,I need your very help!
thanx very very very much~~!
User avatar
KoalaBear
Posts: 325
Joined: Wed Sep 24, 2003 5:27 pm

Post by KoalaBear »

method not changed. but if you want download all searching result, you should change some setting:
start URL:http://www.deviantart.com/#order=9&q=oasis
(change oasis if you want search by other keyword, if your keyword include space character, instead with +, e.g, if you want search oasis paradise the start URL should be http://www.deviantart.com/#order=9&q=oasis+paradise)
Page URL Include Filters:offset=\d+$;-\d+$
Picture URL Include Filters:fc\d+\.deviantart\.com
HTML Parser Script:
if (string.find(HTML.Url,'-%d+')) then
local s,e=string.find(HTML.Content,'fullview');
if (s and e) then
s=string.find(HTML.Content,'http',e+1);
if (s) then
e=string.find(HTML.Content,'jpg',s+5);
if (e) then
local url=string.sub(HTML.Content,s,e+2);
url=string.gsub(url,'\\/','/');
AddLink(url,HTML.Url,HTML.Title,'',HTML.TaskID,0);
end
end
end
else
DefaultParser(HTML.Content,HTML.Url,HTML.Title,HTML.TaskID,HTML.Level);
end


That's all.
Attachments
deviantart3.plt
(9.93 KiB) Downloaded 15 times
dev3.jpg
dev3.jpg (110.63 KiB) Viewed 340 times
tuan11
Posts: 8
Joined: Sat Jun 21, 2008 4:18 am

Post by tuan11 »

oh...
yes ,it can download many pictures,but you see ,these pictures you are downloaded are not about oasis!

and i tried many times ,but it can't download the pictures i wanted!!!
User avatar
KoalaBear
Posts: 325
Joined: Wed Sep 24, 2003 5:27 pm

Post by KoalaBear »

sorry, my fault, the site structure really changed.
I posted a new article:
DeviantArt downloader
please check it:)
Post Reply