![]() |
Makinero questions about Regexp/Scripts/etc.
Please help me:
What Regex for this link Цитата:
Цитата:
|
Makinero,
site.com/index.php/component/gallery/?task=download&id=10000 : Код:
RegEx 1: Код:
site\.com\.com\/[A-Za-z\/\.]+\/user-gallerys\/([A-Za-z]+)\/([A-Za-z\d\-]+)\?Itemid=(\d+) |
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. |
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? |
Makinero,
number in regex \d+ ...........&offset=\d+ |
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+) |
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 |
Makinero,
http:\/\/photoshare\.ru\/photo(\d+)\.html http:\/\/photoshare\.ru\/album(\d+)(-\d+)?\.html http:\/\/photoshare\.ru\/album(\d+)\.html |
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? |
Makinero, I don't use BID.
|
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. |
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? |
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, 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.
|
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 1. 2. Код:
|
Makinero,
Код:
/http:\/\/bloggfiler.no\/[^\/"<>]+\/images\/[^\/"<>]+.(jpg|jpeg|png|gif)/g |
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 |
Makinero,
may be: Код:
http:\/\/bloggfiler.no\/[^\/"<>]+\/images\/[^\/"<>]+\.(jpg|jpeg|png|gif) |
|
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 |
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??? |
Makinero, I'm very lazy for write script, which scan wall posts and collect links to photos...
|
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 |
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 Код:
http://vk.com/wall-108728 |
OFFLINE
I logged on to the website vk.com at the bottom shows "Offline"
http://108.imagebam.com/download/DLX...92/offline.png |
Цитата:
|
|
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); |
I think I understand none of this
|
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: |
Часовой пояс GMT +4, время: 14:08. |
Сервер бесплатных медицинских консультаций
Дачный форум. уДачное общение.
VkOpt 2007 - 2025
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Перевод от zCarot