Difference between revisions of "PodGrinder"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
**[https://stackoverflow.com/questions/2936467/parse-youtube-video-id-using-preg-match/6382259#6382259 https://stackoverflow.com/questions/2936467/parse-youtube-video-id-using-preg-match/6382259#6382259|] | **[https://stackoverflow.com/questions/2936467/parse-youtube-video-id-using-preg-match/6382259#6382259 https://stackoverflow.com/questions/2936467/parse-youtube-video-id-using-preg-match/6382259#6382259|] | ||
===Making the RSS Feed=== | ===Making the RSS Feed=== | ||
+ | '''<big>WORKING!!!</big>''' | ||
* Admin and backend for generating RSS feed | * Admin and backend for generating RSS feed | ||
**[https://podcastgenerator.net/ https://podcastgenerator.net/] | **[https://podcastgenerator.net/ https://podcastgenerator.net/] | ||
+ | * This step is functional at [https://podcast.n4vx.net podcast.n4vx.net]. I don't expect you to get much out of this. It's a personal project. |
Revision as of 02:52, 19 October 2020
PodGrinder
A project intended to operate as a webserver with a http form or URL variable input that filters and sanitizes the input and passes it to the backend to download and process as a valid RSS Podcast Feed. Intended for personal use to aggregate various sources and mediums of content to feed to my podcast app. Like a meatgrinder for making sausage of scrap meat!!
Frontend and input
- File Upload
- Web form - ?
- URL variable - ?
Handling the inputs
- Scrubbing input for YouTube URLs
Making the RSS Feed
WORKING!!!
- Admin and backend for generating RSS feed
- This step is functional at podcast.n4vx.net. I don't expect you to get much out of this. It's a personal project.