![]() |
Makinero,
Код:
*bloggfiler.no\/[^\/"<>]+\/images\/[^\/"<>]+\.(jpg|jpeg|png|gif) |
Цитата:
It works regex but BID only grab photos for single pages. I tried another program. Neowise NeoDownloader download all photos this webpage. |
Support "Communites" grabb images
1. How to download/grabb all picture galleries?
2. How to extract all the links to the images (full size)? (script?) Example: http://vk.com/risunki_my http://vk.com/it_figures <------ A lot of images/very big! (I do not know if you can scroll to the bottom of this page - total images? ) http://vk.com/2cutegirls Edit: http://vk.com/it_figures Scroll about 180 minutes, and probably (?) Was the end of the page. But the big bad luck (or a problem?) ==> Returned to the top of the page. I can not be extract in this way links. I do not want every time 3 hours scroll down the page to try again :( |
Makinero, you can get links to full size photos from album using vkopt:
http://ipic.su/a5pIG.png If you want get links to all photos from group, you should run this script (if vkopt installed): vkGetLinksToPhotos(cur.oid,'photos'); |
I have installed vkopt but I have no such buttons :(
"Actions" etc. <- I do not have the Edit2: F12 vkGetLinksToPhotos(cur.oid,'photos'); Chrome: error: "Not good" An error occurred (BLACK WINDOW) (during processing crash) Edit3: Only working (processing 100 %) FireFox But thank you very much for your help!!!! |
The script does not work properly
Код:
javascript: dApi.call('photos.getAlbums',{uid:cur.oid},function(r){var l=[]; for (var i in r.response) l.push(r.response[i].owner_id+'_'+r.response[i].aid); ge('content').innerHTML=l.join('<br>')}); void(0); Код:
The script shows only three links ----> Tested: Chrome Please help me |
The script does not grabb all images
The script does not grabb all images
grabs only those who are in the album. And those which are the main site - do not show links Example: Not grabb http://pictat.com/show.php?i=/2013/4...678notgrab.png |
Makinero, for groups need use this modification of script:
Код:
javascript: dApi.call('photos.getAlbums',{gid:Math.abs(cur.oid)},function(r){var l=[]; for (var i in r.response) l.push(r.response[i].owner_id+'_'+r.response[i].aid); ge('content').innerHTML=l.join('<br>')}); void(0); |
Thank You !!!
|
Makinero,
http://ipic.su/a5rxa.png |
Часовой пояс GMT +4, время: 21:50. |
Сервер бесплатных медицинских консультаций
Дачный форум. уДачное общение.
VkOpt 2007 - 2025
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Перевод от zCarot