krestaino / podcast-xml-parser

🎙 Parse podcast feeds in browsers, React Native, or Node.js environments.

Home Page:https://podcast-xml-parser.kmr.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve handling of `itunes:category` in `transformPodcast` function

krestaino opened this issue · comments

The transformPodcast function currently returns only the primary itunes:category as a string. To handle multiple categories correctly, it should support returning a single category as a string, multiple categories as an array of strings, or null if no categories are found.