I help organize a motorcycle meetup group on meetup.com. There service has frankly been poor lately and we are switching our CMS provider - my goal is to save all our photos from past years.
I'm at: http://www.sportbikealliance.com/photos/
I need to to go into every one of those albums. Above each photo is an "all sizes" button. This gives you the option to download the original JPEG. I think that should satisfy our needs. I'm noticing all those original jpegs start with highres*.jpg a couple folders deep. Also, the domain changes to stuff like img*.meetupstatic.com or photos*.meetupstatic.com for the images.
So essentially, i need to crawl the page, stick to jpeg beginning with highres from variations of those two domains.
Can someone help me out?
Project Properties - URL:
http://www.sportbikealliance.com/photos/
Level = unlimited.
File Filters - Text, Image and others - select Load using URL Filters in their Location boxes.
URL Filters - Server and Directory - load from all.
URL Filters - Filename - Included list:
http://*.meetupstatic.com/photos/member/*/*.jpeg
http://www.sportbikealliance.com/photos/*/*
Parsing - URL Substitutes - add two rules:
URL:
*.jpeg
Replace:
/600_
With:
/highres_
URL:
*.jpeg
Replace:
/thumb_
With:
/highres_
This should do the task.
Best regards,
Oleg Chernavin
MP Staff
http://photos2.meetupstatic.com/photos/event/a/e/d/9/highres_21224761.jpeg
Oleg.
Its running right now. Doing some quick browsing through the folders and so far all I'm seeing is member photos.
We are on the same page that I'm trying to download all the original jpegs in the event albums - correct? Not the member/profile/avatar photos.
Oleg.
www.sportbikealliance.com - several subdirs -no photos (expected)
photos4.meetupstatic.com
photos3.meetupstatic.com
photos2.meetupstatic.com
photos1.meetupstatic.com
inside of each of those is a single photos directory; then a single member directory
thats full of single character folders that eventually drill down to a small avatar thumbnail.
URL:
*/600_*.jpeg
Replace:
/600_
With:
/highres_
URL:
*/thumb_*.jpeg
Replace:
/thumb_
With:
/highres_
Oleg.
I'm definitely lost on why we have the /members in the URL for meetupstatic. Shouldn't it be /event?
http://*.meetupstatic.com/photos/event/*/*.jpeg
Or even simplier - shorten to one keyword:
http://*.meetupstatic.com/photos/*/*.jpeg
Oleg.
Oleg.
Oleg.
Oleg.
What happens if you stop the download and continue it in the "Do not load existing files" selected (in the Project Properties dialog)?
Oleg.
Oleg.
Oleg.