[ VKontakte Optimizer ]

[ VKontakte Optimizer ] (//vkopt.net/forum/index.php)
-   Флейм и флуд (//vkopt.net/forum/forumdisplay.php?f=8)
-   -   Makinero questions about Regexp/Scripts/etc. (//vkopt.net/forum/showthread.php?t=4404)

KiberПсих 19.04.2013 21:36

Makinero,
Код:

*bloggfiler.no\/[^\/"<>]+\/images\/[^\/"<>]+\.(jpg|jpeg|png|gif)

Makinero 19.04.2013 22:54

Цитата:

Сообщение от KiberПсих (Сообщение 62316)
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.

Makinero 20.04.2013 18:21

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 :(

KiberПсих 20.04.2013 21:01

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');

Makinero 20.04.2013 21:13

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
!!!!

Makinero 22.04.2013 01:40

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

124167161_153687601
124167161_153686134
124167161_153685975

http://vk.com/albums-9084693 <-- 40 albums

Tested: Chrome
Please help me

Makinero 22.04.2013 05:04

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

KiberПсих 22.04.2013 23:59

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);

Makinero 23.04.2013 00:02

Thank You !!!

KiberПсих 23.04.2013 00:03

Makinero,
http://ipic.su/a5rxa.png


Часовой пояс GMT +4, время: 02:09.

Сервер бесплатных медицинских консультаций
Дачный форум. уДачное общение.

VkOpt 2007 - 2024
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Перевод от zCarot