mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #99] [MERGED] [rss] Parse Atom and RDF Feeds from Websites #100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/99
Author: @ricoberger
Created: 12/12/2023
Status: ✅ Merged
Merged: 12/12/2023
Merged by: @ricoberger
Base:
main← Head:rss-parse-atom-and-rdf-feeds-from-websites📝 Commits (1)
f79f1cc[rss] Parse Atom and RDF Feeds from Websites📊 Changes
1 file changed (+8 additions, -2 deletions)
View changed files
📝
supabase/functions/_shared/feed/rss.ts(+8 -2)📄 Description
Until now we only checked if a website contained a RSS feed which can be used for FeedDeck. Now we are also checking if the website contains a Atom or RDF feed when no RSS feed was found.
For this we are checking
linktag with thetype="application/atom+xml"attribute or a link tag with thetype="application/rdf+xml"attribute.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.