class Feedjira::Parser::ITunesRSS

iTunes is RSS 2.0 + some apple extensions Source: www.apple.com/itunes/whatson/podcasts/specs.html

Attributes

feed_url[RW]

Public Class Methods

able_to_parse?(xml) click to toggle source
# File lib/feedjira/parser/itunes_rss.rb, line 42
def self.able_to_parse?(xml)
  /xmlns:itunes\s?=\s?\"http:\/\/www.itunes.com\/dtds\/podcast-1.0.dtd\"/i =~ xml
end