Skip to content

RSS feeds items #2

@ramijames

Description

@ramijames

Each RSS will have a list of episodes that it returns as XML.

These are generally formatted:

  • : Represents an individual episode.
    • <title>: The title of the episode.
    • : A URL to the episode's webpage.
    • : A description or summary of the episode.
    • : A unique identifier for the episode. It can be the URL of the episode.
    • : The publication date of the episode in RFC 822 format.
    • : Links to the audio file.
      • url: The direct URL of the audio file.
      • length: The file size in bytes.
      • type: The MIME type (e.g., audio/mpeg).
      • itunes:duration: The duration of the episode in HH:MM:SS format.
      • itunes:explicit: Indicates whether the episode contains explicit content.

We'll want a way to

  • save this data locally
  • show which files have been downloaded and which not

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions