Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Doesn't download images from "all" section of Unsplash.com #2

Closed
ghost opened this issue Jan 21, 2015 · 1 comment
Closed

Doesn't download images from "all" section of Unsplash.com #2

ghost opened this issue Jan 21, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 21, 2015

The downloader only appears to be downloading photographs from the "featured" section of Unsplash.com

The new Unsplash website now has an "all" section with more photos which are now categorized.

all_images

To test I used unsplash-downloader then searched for "robert johnson" (one of the new photographers) in metadata.json, and the photographer was not found as downloaded.

@ghost
Copy link
Author

ghost commented Jan 25, 2015

Appending the word "filter" to the Unsplash URL used for the JS Request in index.js will fix this.

E.g:

request('https://unsplash.com/filter', function (error, response, body) {

@DMarby DMarby closed this as completed in 11544a3 Jan 25, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants