This repository was archived by the owner on Sep 10, 2025. It is now read-only.
add cardyb service for oembed migration to avoid 403 errors#71
Open
8times4 wants to merge 1 commit intomarcomaroni-github:mainfrom
Open
add cardyb service for oembed migration to avoid 403 errors#718times4 wants to merge 1 commit intomarcomaroni-github:mainfrom
8times4 wants to merge 1 commit intomarcomaroni-github:mainfrom
Conversation
Contributor
|
Does using that service count towards the overall API ratio? |
Author
Depends what you mean by that, it does have a ratelimit which is accounted for, but it’s not using your bsky creds, so it’s not counted towards that ratelimit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BlueSky uses a service called cardyb to embed images from the frontend. This aims to replicate oembeds for those sites which would throw a 403 forbidden for regular oembed generation.
FYI: This pr only handles images as I haven't had to work with videos or other types of embed.