rowanmanning / rowanmanning/feed-parser
Support for itunes:duration
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 49
- Forks
- 8
- Avg merge
- 2m
- Merged PRs (30d)
- 2
Description
It doesn't seem possible to access fields like itunes:duration from the FeedItem object. It would be nice to be able to just do something like itemp["itunes:duration"] for properties that don't have explicit getters.
Sample feed here: https://help.apple.com/itc/podcasts_connect/en.lproj/itcbaf351599.html
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The requested entry point is the FeedItem object, and the issue links to an Apple Podcasts sample feed. Start by finding FeedItem's implementation and existing tests, then verify that the unlisted itunes:duration field can be retrieved with the requested key without breaking current getters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100