class Feedjira::Parser::ITunesRSSItem
iTunes extensions to the standard RSS2.0 item Source: www.apple.com/itunes/whatson/podcasts/specs.html
Public Instance Methods
chapters()
click to toggle source
Podlove requires clients to re-order by start time in the event the publisher doesn’t provide them in that order. SAXMachine doesn’t have any sort capability afaik, so we have to sort chapters manually.
# File lib/feedjira/parser/itunes_rss_item.rb, line 40 def chapters raw_chapters.sort_by(&:start) end