Skip to content

@uppy/companion@7.0.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 10:04
· 26 commits to main since this release
2be1e33

Patch Changes

  • 2608196: Fix Unsplash downloads failing since unsplash.com was put behind bot
    protection. download() streamed links.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 url returned by the
    download_location endpoint — the request it already made to increment the
    download count for attribution — which points at images.unsplash.com and is
    Unsplash's documented download path.