Here’s my second ever Zig project! It’s Podfeed, a tiny little CLI that takes an Apple Podcasts link, such as https://podcasts.apple.com/us/podcast/darknet-diaries/id1296350485, and returns the direct feed URL from it so you can drop it into any podcatcher for listening outside of Apple’s walled garden. I’m not sure if this will be useful to anyone but me, but I need to do this sometimes and it was a really really fun way to learn about std.http and std.json ![]()
Any feedback is most certainly welcome!