Parent

Included Modules

Feedzirra::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/feedzirra/parser/itunes_rss.rb, line 42
def self.able_to_parse?(xml)
  xml =~ /xmlns:itunes=\"http:\/\/www.itunes.com\/dtds\/podcast-1.0.dtd\"/
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.