nmdias / FeedKit

An RSS, Atom and JSON Feed parser written in Swift
MIT License
1.19k stars 173 forks source link

Fix issue where iTunes namespace are not properly initialized. #157

Open emeowj opened 1 year ago

emeowj commented 1 year ago

If itunes:season, itunes:episodoe or itunes:episodeType are the first itunes attributes in the item, then those values will be lost during parsing since the iTunes filed will not be initialized yet.