You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now venus will download photos to OS temp path using filename such like venus_7ztb88uy.jpg, which 7ztb88uy is not the original id from unsplash.com url, for example: https://unsplash.com/photos/z5jH3tdupIo. This makes it hard to find out the photo's source.
I think it will be convenient to implementing this feature.
Regards.
The text was updated successfully, but these errors were encountered:
@daviszerro Hey! Thank you for the suggestion, this could be a good addition, however, currently, the way venus pulls images is using https://source.unsplash.com/, and the URLs returned by that request look like this:
The above links, for example, don't point to anything regarding the original image source.
I also took a quick look at the HTML and network requests, and there does not seem to be any more information that could help there. So in order to get that feature to work, it would require changing the way images are fetched. I'm open to hearing any suggestions.
I took a look at the browser plugin tabliss I used, which also has feature to fetch photos from Unsplash and has a refer link, they get the refer link like this . It's not hard to read thanks for their code quailty.
Then I found the unsplash API they used, originally written here, do will return JSON info like this:
Now venus will download photos to OS temp path using filename such like
venus_7ztb88uy.jpg
, which7ztb88uy
is not the original id from unsplash.com url, for example:https://unsplash.com/photos/z5jH3tdupIo
. This makes it hard to find out the photo's source.I think it will be convenient to implementing this feature.
Regards.
The text was updated successfully, but these errors were encountered: