-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Auto podcaster #4016
base: master
Are you sure you want to change the base?
Auto podcaster #4016
Conversation
if you have a feed of a radio show which does not seem to be a valid podcast, this bridge will transformt it into a valid podcast
Pull request artifacts
last change: Tuesday 2024-06-18 20:16:24 |
in essence this puts media urls into the enclosures property. you still working on this? |
yes
I have it running on production, so yes. |
i pushed a commit. might have introduced a bug by dropping |
hey thanks, much appreciated. This leads me to wondering if what this PR really misses is some testing. WDYT? And also: what "style" of unit testing would you prefer? narrower unit testing, or broader integration tests (which would require files to be uploaded somewhere)? The latter would be able to discover changes in |
i think current pr is good enough. i can see the value in extracting media from feed content and putting them into enclosure. it's not a proper podcast/itunes format though. maybe we can improve that later. |
what do you mean? what's missing to be a proper podcast/itunes? |
this bridge simply adds audios to |
convert a feed to a podcast (ie: add
<enclosure>
) based on simple heuristics.