Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS feeds items #2

Open
2 tasks
ramijames opened this issue Jan 18, 2025 · 0 comments
Open
2 tasks

RSS feeds items #2

ramijames opened this issue Jan 18, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ramijames
Copy link
Owner

ramijames commented Jan 18, 2025

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
@ramijames ramijames self-assigned this Jan 18, 2025
@ramijames ramijames added the enhancement New feature or request label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant