diff --git a/config.yaml b/config.yaml index ae14080..fa3cb66 100644 --- a/config.yaml +++ b/config.yaml @@ -212,3 +212,9 @@ websites: url_probe: "" errorType: "status code" errorCode: 404 + + - name: "Bluesky" + base_url: "https://bsky.app/profile/{}.bsky.social" + url_probe: "https://public.api.bsky.app/xrpc/app.bsky.actor.getProfile?actor={}.bsky.social" + errorType: "errorMsg" + errorMsg: "{\"error\":\"InvalidRequest\",\"message\":\"Profile not found\"}"