-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api): add support for podcast seasons and enhance episode retrieval
This commit introduces several new features and improvements to the NRK Podcast API: 1 Add get_podcast_season method to fetch specific podcast seasons 2 Enhance get_podcast_episodes to support optional season filtering 3 Implement new CLI commands for season and episode retrieval 4 Refactor and expand data models to better represent podcast structures: • Introduce enums for podcast types and series types • Create separate classes for standard and umbrella podcasts • Improve season and episode data structures
- Loading branch information
Showing
3 changed files
with
110 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters