-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
Comments
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 |
Can you be a bit more specific? What should be supported? |
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/ 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)" |
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. But Projects is the only relevant part? Or, let's say, highest priority part? |
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 |
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? |
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 |
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
The text was updated successfully, but these errors were encountered: