alexdebril / feed-io

A PHP library to read and write feeds in JSONFeed, RSS or Atom format
https://alexdebril.github.io/feed-io/
MIT License
255 stars 53 forks source link

<itunes:owner> tag causes repeated emails in field #410

Open monochromec opened 1 year ago

monochromec commented 1 year ago

Per https://support.google.com/podcast-publishers/answer/9889544?hl=en the

<itunes:owner>
<itunes:email>dafna@example.com</itunes:email>
</itunes:owner>

channel metadata is highly encouraged. Unfortunately, this causes the email dafna@example.com to be inserted between the <itunes:owner and <itunes:email> tags.

BTW: How do I specify a version of a DTD when invoking addNS on a Feed object?