updated the usage for adding custom parsing.
updated the usage for adding custom parsing.
View Articleforgot to remove rdf and rdf_entry from feedzirra.rb and the gemspec
forgot to remove rdf and rdf_entry from feedzirra.rb and the gemspec
View Articleupdated with some todos. I'll do these later this week
updated with some todos. I'll do these later this week
View ArticleFix a couple of typos that annoyed me while copying and pasting code …
Fix a couple of typos that annoyed me while copying and pasting code examples
View Articleremoved the default to request gzip or deflate since it was causing s…
removed the default to request gzip or deflate since it was causing segfaults on some feeds. removed ITunesRSS as a defaault parser since it broke normalization.
View Articleadded in ability to turn gzip and deflate back on
added in ability to turn gzip and deflate back on
View ArticleMerge branch 'master' of git://github.com/pauldix/feedzirra
Merge branch 'master' of git://github.com/pauldix/feedzirra
View ArticleRefactor parsing classes into separate namespace
Refactor parsing classes into separate namespace
View ArticleFix method Feed.add_common_feed_entry_element to properly add tag to …
Fix method Feed.add_common_feed_entry_element to properly add tag to feed entry rather than the encompassing parser class. Bug was introduced in 6219 where the wrong class was modified with the...
View ArticleChange spec to reflect new method behavior.
Change spec to reflect new method behavior. After commit 621957879, iTunes feeds are processed as standard RSS. Because of this they shouldn't respond to iTunes RSS Entry methods.
View ArticleUncomment not-yet-implemented specs that I commented out in a previou…
Uncomment not-yet-implemented specs that I commented out in a previous commit
View Articleadded in fetch_raw_and_parse that a pulled branch had removed
added in fetch_raw_and_parse that a pulled branch had removed
View Article