Reading a BBC Weather RSS Feed

I solved it with a hackaround in the end. I wrote a PHP page that scraped the RSS feed and stripped out the info I needed, then I pointed the webhook to that page instead of the original feed. It works but it’s not pretty. I think the degrees symbols or other high end ascii characters might have been the issue.