Page 2 of 2

Posted: Sat May 03, 2008 4:01 pm
by KoalaBear
a fast way:
start url:http://browse.deviantart.com/?catpath=traditional/drawings/fantasy/&offset=120
uncheck support j/vb/javascript
page url include filters:-\d+$
(change to -\d+$;offset=\d+$ for download all pages)
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

Super ...

Posted: Sat May 03, 2008 5:11 pm
by DarkAgdistis
:D It works exactly as expected ! 1000 thanks.

do you think it could be possible one day for you to illustrate/comments the way the html parser works ? I guess it would help people to tune it for their own use.

Anyway, thanks again.

Posted: Sun Jun 29, 2008 2:56 pm
by coelhocoelho
please koala help! download from gallery deviantart doesnt´s works!
please
i wanna download from

http://www.racca.deviantart.com/gallery

how i did that?
i allready try alls this ways up, the abstract search and etc but that´s is doesnt working, please helpme, what can i do?

thnx!

Posted: Tue Jul 22, 2008 1:33 am
by KoalaBear
all about download largest pics from DeviantArt migrated to this article:
DeviantArt downloader
:D

Re: how to download gallery from www.deviantart.com

Posted: Fri Oct 17, 2008 12:40 am
by winse
but now..I can't down deviantart picture
help me plz Orz

Re: how to download gallery from www.deviantart.com

Posted: Fri Oct 17, 2008 12:51 am
by winse
it's OK after download deviantart.plt :)