Bluesky outbound RSS and images
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 35/100
- Tipo di issue
- Bug
- Chiarezza
- Abbastanza chiara
- Stato di attività
- Ferma
- Stack tecnologico
- javascript
- Ambito
- backend
Direzione di ricerca
Start by reproducing the Bluesky RSS examples linked in the issue and inspect how the package handles item descriptions and image metadata. Trace the RSS parsing entry point for enclosure elements and the literal [contains quote post or other embedded content] text. Done means image metadata is exposed from enclosures and the confusing placeholder is absent from item descriptions.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
There are two issues I'd like to report here.
Use enclosure element for image
An example of a Bluesky user who publishes great cartoons that totally belong everywhere. I want to include them in one of my projects but it doesn't work because the images don't come through in the feed. Some pointers.
- Example of a post containing an image.
- The RSS feed for that user's posts.
- Some browsers make it hard to view the source of a feed, so here's a link that gets through that.
You won't break anything if you add an enclosure element for each item with an image (only one enclosure per item btw) with the type and size of the image.
<enclosure url="https://url.of/image" type="img/png" length="82286"/>
Most feed readers will understand and do something nice with the image. And the ones who don't should ignore the enclosure. Lots of feed sources out there do it this way.
Confusing text in description
Not sure how this happens, but some item-level descriptions have mysterious text in them.
[contains quote post or other embedded content]
Here's an example.
<item>
<link>https://bsky.app/profile/mariopro.bsky.social/post/3lmhnycmqwc2t</link>
<description> [contains quote post or other embedded content]</description>
<pubDate>10 Apr 2025 13:58 +0000</pubDate>
<guid isPermaLink="false">at://did:plc:jrhiazkqht2txt7xiixad5v7/app.bsky.feed.post/3lmhnycmqwc2t</guid>
</item>
In most feed readers the description element is displayed, and no one is looking for helpful software messages there. Users will have no idea how to interpret this. It should not be there.
- Lingua principale
- JavaScript
- Stelle
- 104
- Fork
- 3
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di scripting/reallysimple
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 35/100
scripting/reallysimple#22 · 1 commento ·
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 35/100
scripting/reallysimple#21 · 4 commenti ·
-
Feed discovery tips Aperta
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 20/100
scripting/reallysimple#20 · 1 commento ·
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 10/100
scripting/reallysimple#19 ·
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 25/100
scripting/reallysimple#18 ·
Tutte le issue di scripting/reallysimple
Issue simili
-
bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 76/100
avniproject/avni-client#2135 ·
-
enhancement
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
babalae/bettergi-scripts-list#3674 ·
-
A-Release-Notes C-Editing D-Modest S-Ready-For-Implementation
Difficoltà 2/5 1-3 ore Idoneità per principianti 72/100
bevyengine/bevy-website#2595 ·
-
ecosystem wording
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 90/100
matrix-org/matrix.org#3649 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100
vadimdemedes/ink#1029 ·