ruby / rss

RSS reading and writing
BSD 2-Clause "Simplified" License
183 stars 36 forks source link

Add support for itunes episode & season #31

Closed saerdnaer closed 3 years ago

olleolleolle commented 3 years ago

I was able to locate the information about Apple's podcasting RSS requirements: https://help.apple.com/itc/podcasts_connect/#/itcb54353390

kou commented 3 years ago

It seems that both of <itunes:episode> and <itunes:season> should exist in item not channel.

It seems that both of them needs validation (a non-zero integer). Do you want me to take over it?

saerdnaer commented 3 years ago

@kou Yes thats, right. I just found this commit in one of the forks and thought this should go upstream. Feel free to take it over.

Edit: fixed it myself.

kou commented 3 years ago

I've fixed a bug that channel still parses episode and season. I've also added non zero positive integer validation.

I've merged. Thanks.