Page 1 of 1

!!!how to download these picture,i need very help!!!!

Posted: Sat Jun 21, 2008 6:15 am
by tuan11
Start URL:http://search.deviantart.com/?section=browse&qh=boost%3Apopular+age_sigma%3A24h+age_scale%3A5&q=Beatles

Page URL Include Filters:offset=\d+$;-\d+$
Picture URL Include Filters:fc\d+\.deviantart\.com

some are work ok!
for example:
in this url:http://crayonattack.deviantart.com/art/The-Beatles-55008791
the picture is Original picture, so it's ok!

in this url:http://bobsmade.deviantart.com/art/The-Beatles-43683813
it's not the Original picture,but there is a download link on the left, so it's also works ok!


the problem is :
for example in this url:http://chiaki136.deviantart.com/art/Beatles-40304645

it's not the Original picture and don't have a download link on the left,
the picture need a clicl to full view , than i can't download it.
and this is the problem!
anyone can help me!!
thankx a lot!!!!

Posted: Sat Jun 21, 2008 9:00 am
by KoalaBear
just add HTML Parser Script to your option:

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


check my last post at how-to-download-gallery-from-www-devian ... t1998.html for more detail.

thankx a lot!

Posted: Sat Jun 21, 2008 9:10 am
by tuan11
oh great thankx very very very very very very much!
o(∩_∩)o...