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

Makinero 11.09.2012 23:24

Makinero questions about Regexp/Scripts/etc.
 
Please help me:
What Regex
for this link
Цитата:

site.com/index.php/component/gallery/?task=download&id=10000
Цитата:

site.com.com/index.php/component/gallery/user-gallerys/user/3-fine-cute-blondes?Itemid=303

KiberПсих 11.09.2012 23:39

Makinero,

site.com/index.php/component/gallery/?task=download&id=10000 :
Код:

RegEx 1:
site\.com\/index\.php\/component\/gallery\/\?task=download&id=\d+

RegEx 2:
site\.com[A-Za-z\/\.]+\?task=download&id=\d+

site.com.com/index.php/component/gallery/user-gallerys/user/3-fine-cute-blondes?Itemid=303
Код:

site\.com\.com\/[A-Za-z\/\.]+\/user-gallerys\/([A-Za-z]+)\/([A-Za-z\d\-]+)\?Itemid=(\d+)

Makinero 18.09.2012 15:04

KiberПсих







The regular expression does not work because need a little modify the entry for BID 4.x

Include:
site\.com\.com\/[A-Za-z\/\.]+\/user-gallerys\/([A-Za-z]+)\/([A-Za-z\d\-]+)




Multi-page:
\?Itemid=(\d+)

Thanks for your help.

Makinero 29.09.2012 19:10

Regular expression for multi-site vk.com/gsearch.php?
 
Trying to scan all sub-pages.
Bulk Image Downloader scans only 3 pages:
1, 2, 3, and stops at the symbol ">" (NEXT)




http://vk.com/gsearch.php?#c%5Bage_f...e&c%5Bsex%5D=1

What regular expression for MULTI-PAGE?

KiberПсих 29.09.2012 23:31

Makinero,
number in regex \d+

...........&offset=\d+

Makinero 30.09.2012 16:36

It does not work properly.
Scans only the first page.


I do not know why the regular expression does not work
vk\.com/gsearch\.php\?(. *)\&offset=(\d+)

Makinero 03.10.2012 03:57

Regexp photo***
 
Please all regular expression for this page.

_http://photoshare.ru/photo9104809.html
_http://photoshare.ru/album328559.html (multipage)
_http://photoshare.ru/album278080.html

KiberПсих 03.10.2012 20:21

Makinero,
http:\/\/photoshare\.ru\/photo(\d+)\.html
http:\/\/photoshare\.ru\/album(\d+)(-\d+)?\.html
http:\/\/photoshare\.ru\/album(\d+)\.html

Makinero 04.10.2012 10:04

Multi-page:
photoshare\.ru\/photo(\d+)\.html$
photoshare\.ru\/album(\d+)(-\d+)?\.html$
photoshare\.ru\/album(\d+)\.html$

Exclude:
<photoshare.ru/data/>(.*)/(.*)/(.*)/(.*)\.jpg$

Include:
*[0-9]+\.r\.photoshare\.ru/(.*)/[a-z0-9]+\.jpg


It should be 101 images.
Bulk Image Downloader shows 97 images (and no preview)
Please BID program to test it regex and What is wrong with the regex?

KiberПсих 05.10.2012 19:23

Makinero, I don't use BID.

Makinero 14.01.2013 15:31

imgsrc.ru downloader
 
It is not associated with nor Vkontakte, Vkopt but I know that most people Russian website imgsrc.ru.
Is there a downloader, download manager((download all albums user)) photography on this page???
I would be happy if there was such a project / program.

Makinero 05.04.2013 22:22

Support 1080p / missing links ???
 
1080p support?

http://vk.com/video?gid=32657468


Vkopt show - 73 links


User 84 videos



missing 11 links ????


and:

Can you write a script that is processed by Vkopt?

KiberПсих 06.04.2013 00:16

Makinero, Vkopt show links only to videos, which placed on servers vk.com (vk.me, vk.com, userapi.com, vkadre.ru)
Vk.com servers can't support 1080p videos.

Makinero 06.04.2013 03:04

Not support example server ?


myvi.ru

http://vk.com/video135470981_163177842

KiberПсих 06.04.2013 15:33

Makinero, downloading video from external hosts supported in vkopt only from youtube and vimeo, but doesn't support in function, which displaying all download links to video.

Makinero 17.04.2013 14:04

Regular Expressions for Bulk Image Downloader
 
It does not show all the pictures.
It may help to add regular expressions BULK IMAGE DOWNLOADER 4

Site:
Код:

blog.no
Example:

1. 2.
Код:


http://bloggfiler.no/explode.blogg.no/images/458975-8-1366120308657.jpg


KiberПсих 17.04.2013 14:20

Makinero,
Код:

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

Makinero 17.04.2013 14:51

Bulk Image Downloader - is a "little" different regex (advanced setting)
Can you correct this?


Example


*bloggfiler\.no/(.*)\.blogg\.no/images/[0-9]-[0-9]-[0-9]+\.jpg

KiberПсих 17.04.2013 19:08

Makinero,
may be:
Код:

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

Makinero 19.04.2013 17:45

Not
Код:

http:\/\/
[IMG]http://104.imagebam.com/download/r9S...7557/PICS1.png[/IMG]

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

Makinero 23.04.2013 00:06

Not working


Unknown error #746882

What is this error?

Добавлено через 3 минуты
http://vk.com/album-1184171_00


There are no photos in this album


Please help !!!



http://vk.com/album-35605202_00 < --- 82 photos in the album


It should be a lot more pictures!! Why not show everyone? :(


http://vk.com/wall-35605202 <--- how to grabb all photos???

KiberПсих 23.04.2013 01:58

Makinero, I'm very lazy for write script, which scan wall posts and collect links to photos...

Makinero 23.04.2013 11:06

Most plugins for browsers - are focused on the collection of video and music.
Very few plug-ins to download photos. And even if there are plug-ins - it's in their simplicity are not able to download all the images (for example, one - two clicks and download), what "complicated java-script" - prevents this.


Edit2:


I think that all of the links you can extract the "Download Master"
but it good works only with Internet Explorer

and if I have all the links it with no problem I can download all the photos xD

Makinero 02.05.2013 12:53

The script that converts links Group TO wall-
 
I need...
The script that converts all links...

Example1:
Код:

http://vk.com/search?c[country]=1&c[q]=%D1%80%D0%B8%D1%81%D1%83%D0%BD%D0%BA%D0%B8&c[section]=communities&c[type]=1

group name changed/convert to wall-

example2:



Код:

http://vk.com/risunki_na_stenah_vk
<==CONVERT===>
Код:

http://vk.com/wall-108728

Makinero 03.05.2013 14:59

OFFLINE
 
I logged on to the website vk.com at the bottom shows "Offline"

http://108.imagebam.com/download/DLX...92/offline.png

VitaliyShayko 03.05.2013 15:04

Цитата:

Сообщение от Makinero (Сообщение 62450)
I logged on to the website vk.com at the bottom shows "Offline"

http://108.imagebam.com/download/DLX...92/offline.png

Refresh the page and everything will be fine.

Makinero 03.05.2013 15:12

What do you do when scrolling down stops?


http://103.imagebam.com/download/2ao...48431/goxx.png

KiberПсих 03.05.2013 17:56

Makinero,
http://vk.com/search?c[section]=communities
doesn't has information of digital groups ids. For convert 'group_name' to '123456' need send many request.

If you search groups from page http://vk.com/groups, you can grab links by this script:

Код:

var arr=ge('groups_list_tab_groups').innerHTML.match(/gl_admin(\d+)/g);
var ids=[];
for (var i=0; i<arr.length; i++){
    ids.push(arr[i].match(/gl_admin(\d+)/)[1]);
};
ge('groups_list_tab_groups').innerHTML='http://vk.com/wall-'+ids.join('<br>http://vk.com/wall-');


Makinero 03.05.2013 18:48

I think I understand none of this

Makinero 22.05.2013 13:43

RegEx in.5thvillage.com
 
Код:

in.5thvillage.com/drawing/?page_no=7&max_tag_id=1369236083857


Код:

in.5thvillage.com/p/461293794747750741_310670517/


Код:

in.5thvillage.com/letters/page_no=9&max_tag_id=1369236083857

RegEx (separately) --->
Код:

Include:
Код:

Multi-page:
Without the "http://"


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

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

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