[PR #17] [MERGED] [podcast] Improve Parsing #24

Closed
opened 2025-10-31 16:55:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/17
Author: @ricoberger
Created: 10/2/2023
Status: Merged
Merged: 10/2/2023
Merged by: @ricoberger

Base: mainHead: podcast-improve-parsing


📝 Commits (1)

  • 2c82389 [podcast] Improve Parsing

📊 Changes

1 file changed (+15 additions, -10 deletions)

View changed files

📝 supabase/functions/_shared/feed/podcast.ts (+15 -10)

📄 Description

This commit improves the parsing of the RSS feeds for a podcast, because some podcasts were not working as expected:

  • The "https://gotime.fm/rss" podcast uses the "itunes:image" field for the podcast icon instead of "image", so that we now looking at both fields to add the podcast icon.
  • The "https://itsallwidgets.com/podcast/feed" podcast didn't contain a link in the entries, so that all entries were skipped. For that a podcast must not contain a link anymore to be parsed, but most contain a media file which can be played within the app.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/17 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 10/2/2023 **Status:** ✅ Merged **Merged:** 10/2/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `podcast-improve-parsing` --- ### 📝 Commits (1) - [`2c82389`](https://github.com/feeddeck/feeddeck/commit/2c823890a0e96ae1276013d6315ac714ced50e82) [podcast] Improve Parsing ### 📊 Changes **1 file changed** (+15 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `supabase/functions/_shared/feed/podcast.ts` (+15 -10) </details> ### 📄 Description This commit improves the parsing of the RSS feeds for a podcast, because some podcasts were not working as expected: - The "https://gotime.fm/rss" podcast uses the "itunes:image" field for the podcast icon instead of "image", so that we now looking at both fields to add the podcast icon. - The "https://itsallwidgets.com/podcast/feed" podcast didn't contain a link in the entries, so that all entries were skipped. For that a podcast must not contain a link anymore to be parsed, but most contain a media file which can be played within the app. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:55:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#24