amugofjava / podcast_search

A simple library providing programmatic access to the iTunes search API for podcasts.
MIT License
43 stars 26 forks source link

Chapter parser needs to handle variations in data format #8

Closed amugofjava closed 1 year ago

amugofjava commented 3 years ago

The chapters parser will return an empty set of chapters if the JSON file does not match the spec exactly. Whilst chapters should match the spec the parser needs to be tollerant of small variations; specifically handling JSON files that are reported as text/plain rather than application/json and handling numerical time values that are presented as a String.

amugofjava commented 1 year ago

Issue resolved.