@uppy/companion@7.0.1
·
26 commits
to main
since this release
Patch Changes
-
2608196: Fix Unsplash downloads failing since
unsplash.comwas put behind bot
protection.download()streamedlinks.download, which points at
unsplash.com/photos/{id}/download, so the bot challenge page ended up being
piped into the upload instead of the image.Companion now downloads the photo from the
urlreturned by the
download_locationendpoint — the request it already made to increment the
download count for attribution — which points atimages.unsplash.comand is
Unsplash's documented download path.