Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please implement the download from - architizer.com #1369

Closed
Mrakobes666 opened this issue Mar 10, 2021 · 7 comments
Closed

Please implement the download from - architizer.com #1369

Mrakobes666 opened this issue Mar 10, 2021 · 7 comments

Comments

@Mrakobes666
Copy link

Parsing pages is very simple, it leads to this result

https://architizer-prod.imgix.net/media/mediadata/uploads/1614634705084ButlerArmsden_Orinda_50S4158.jpg

The site content is very good - it makes sense to pump it out

@Mrakobes666
Copy link
Author

At the moment I have found a way, but it has drawbacks

wget -O- "https://architizer.com/projects/blakely-island-artist-studio/" | ugrep.exe -Eio "https://architizer-prod.imgix.net/media/mediadata/uploads/.+\.jpg" | wget -c -i

@Hrxn
Copy link
Contributor

Hrxn commented Mar 12, 2021

Can you be a bit more specific? What should be supported?
Project pages like this?
https://architizer.com/projects/<project-page-id>/

@Mrakobes666
Copy link
Author

Mrakobes666 commented Mar 14, 2021

Hi. I really love this site with modern architecture, there are projects with 50 megapixels. Yes, I want to grab

https://architizer.com/projects/house-lo/
https://architizer.com/projects/house-colibri/

etc

It is desirable that the code adds images with their native names to the folder corresponding to the description, for example

From the page https://architizer.com/projects/the-wall-house-3/

Pull from markup "The Wall House (Cascais, Lisbon, Portugal)"

@Hrxn
Copy link
Contributor

Hrxn commented Mar 14, 2021

Yeah, I get that. This site sure seems nice. At least judging from my first impression.

But the menu at the top has different sections, not just Projects, also Images as well, for example.
That is why I've asked..

But Projects is the only relevant part? Or, let's say, highest priority part?

@Mrakobes666
Copy link
Author

Mrakobes666 commented Mar 15, 2021

Thank you very much, my friend, for your regard. Yes, I only upload projects, there are indeed pages with a different structure, but for three years of visits, I had enough projects.

The site is really good, hi res 8 688px × 5 792px

https://architizer-prod.imgix.net/media/mediadata/uploads/1602163969209House_in_Minami_Karuizawa_01.jpg

@mikf
Copy link
Owner

mikf commented Mar 18, 2021

Extractor for single projects is done (71523aa):

$ gallery-dl https://architizer.com/projects/the-wall-house-3/
/tmp/architizer/Guedes Cruz Architects/The Wall House/1505994538617GUEDES_CRUZ_LOTE14_3577.jpg
/tmp/architizer/Guedes Cruz Architects/The Wall House/1505994519332GUEDES_CRUZ_LOTE14_3339.jpg
/tmp/architizer/Guedes Cruz Architects/The Wall House/1505994519342GUEDES_CRUZ_LOTE14_3343.jpg
...

Are you sure you don't need/want a way to fetch all projects from a user or firm?

@Mrakobes666
Copy link
Author

Mrakobes666 commented Mar 18, 2021

Of course! Great idea!

There is another very popular resource among architects/designers https://www.archdaily.com

True, the photos are smaller, but the content is always fresh and exclusive

https://www.archdaily.com/946969/hayloft-loft-buro

https://images.adsttc.com/media/images/5f50/165c/b357/65c8/8600/007d/large_jpg/07.jpg?1599084116

It would be very good to attract an army of fans from among the designers to your excellent application. With respect to you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants