So I'm new, there's a bit of a learning curve, but I have this so far:
github.com/TheNotary/calibre_recipe_eff
Upon debugging, the 'link' value is empty and can't be parsed. It treats the link element as `<link \> https://actual.link.com` which is obviously no good. I'm trying to parse an rss stream... maybe I'm accidentally using an html only parser or something?
Help would be sooo appreciated!