Skip to content

Commit

Permalink
added author and pubdate (all lowercase) to rss_entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldix committed Jul 7, 2009
1 parent ee54231 commit 4130e20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/feedzirra/parser/rss_entry.rb
Expand Up @@ -19,10 +19,12 @@ class RSSEntry
element :link, :as => :url

element :"dc:creator", :as => :author
element :author, :as => :author
element :"content:encoded", :as => :content
element :description, :as => :summary

element :pubDate, :as => :published
element :pubdate, :as => :published
element :"dc:date", :as => :published
element :"dc:Date", :as => :published
element :"dcterms:created", :as => :published
Expand Down

0 comments on commit 4130e20

Please sign in to comment.