You are here: PSPad forum > English discussion forum > I neeed regex

I neeed regex

Goto Page: 1 2 Next

#1 I neeed regex

Posted by: maki | Date: 2014-10-22 09:17 | IP: IP Logged

I need regex because my regex is invalid

Correct--> plus\.google\.com/(.*)/posts\?pid=.+&oid=.+

plus.google.com/+BeachBumBrian/posts/LzPcs37Pw1y?pid=5946936826306963106&oid=103191017957376442068

Options: Reply | Quote | Up ^


#2 Re: I neeed regex

Posted by: pspad | Date: 2014-10-22 09:35 | IP: IP Logged

Please write examples what you don't want to match too and example of more matching lines

fixed regular expression can be:
plus\.google\.com/.*/posts/\w+\?pid=\d+&oid=\d+

Options: Reply | Quote | Up ^


#3 Re: I neeed regex

Posted by: maki | Date: 2014-10-22 09:50 | IP: IP Logged

lh4.googleusercontent.com/-z98EZOTv01k/UsuYNTCHQYI/AAAAAAAANRU/izWEM8M7Lwo/_IGP5495-3.jpg?imgdl=1

plus.google.com/photos/103191017957376442068/albums/6071792815121780513/6071792822205315906

plus.google.com/photos/103191017957376442068/albums/6070892495495706289/6070892501236835154

plus.google.com/photos/103191017957376442068/albums/6070310169317739777/6070310173324471522

plus.google.com/photos/103191017957376442068/albums/6069763094467214657/6069763100187174290

plus.google.com/photos/103191017957376442068/albums/6069199923671632577/6069199927477359682

???

plus\.google\.com/photos/[0-9]/albums/[0-9]/[0-9]

plus.google.com/103191017957376442068/posts/SyZw2Z3tvEU
plus.google.com/103191017957376442068/posts/FtgQC1v68zW
plus.google.com/103191017957376442068/posts/iC9QCYENusb
plus.google.com/103191017957376442068/posts/5VpbC2scRDy
plus.google.com/103191017957376442068/posts/1Mm6TgeVMwg

Edited 4 time(s). Last edit at 2014-10-22 09:55 by maki.

Options: Reply | Quote | Up ^


#4 Re: I neeed regex

Posted by: pspad | Date: 2014-10-22 09:56 | IP: IP Logged

Your previous example was totally different

Please write all possible URL forms what you search for. Without it is impossible write correct regular expression. Again. Nobody is able to look at your monitor or read your mind

Options: Reply | Quote | Up ^


#5 Re: I neeed regex

Posted by: maki | Date: 2014-10-22 09:59 | IP: IP Logged

Ech... :\
Look at this page. I need a regex to download the full size pictures

plus.google.com

Options: Reply | Quote | Up ^


#6 Re: I neeed regex

Posted by: pspad | Date: 2014-10-22 10:00 | IP: IP Logged

universal regular expression what will search all plus.google.com links:

plus\.google.\com/\S+

Options: Reply | Quote | Up ^


#7 Re: I neeed regex

Posted by: pspad | Date: 2014-10-22 10:02 | IP: IP Logged

maki:
Ech... :\
Look at this page. I need a regex to download the full size pictures

plus.google.com

Sorry, I won't setup google+ account to see this page. If you want help, write examples in all possible forms you want to look for.

Options: Reply | Quote | Up ^


#8 Re: I neeed regex

Posted by: maki | Date: 2014-10-22 10:09 | IP: IP Logged

You do not need a login to see the pictures.
I'm sorry but I do not know how to extract links

Scrolling down and wants to get all the links - not detected for all images

I use Bulk Image Downloader 4

image

Options: Reply | Quote | Up ^


#9 Re: I neeed regex

Posted by: pspad | Date: 2014-10-22 10:23 | IP: IP Logged

You don't know how to extract links, I don't have time to do it instead of you
I have my own job.

Options: Reply | Quote | Up ^


#10 Re: I neeed regex

Posted by: maki | Date: 2014-10-22 10:26 | IP: IP Logged

Not easy extract links...because Java-Script !!!

All photos:

plus.google.com/photos/103191017957376442068

plus.google.com

Edited 3 time(s). Last edit at 2014-10-22 10:31 by maki.

Options: Reply | Quote | Up ^


Goto Page: 1 2 Next





Editor PSPad - freeware editor, © 2001 - 2024 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR