Update expected parser classes in docs
Update expected parser classes in docs Looks like these changed since the documentation was written.
View ArticleAdded content to itunes_rss_item.
Added content to itunes_rss_item. I've come across content:encoded on some podcast feeds i.e. http://feeds.5by5.tv/b2w
View ArticleAllow user to pass a particular parser
Allow user to pass a particular parser Sometimes you know what parser class you want to use, so I added `parse_with` for that purpose and then refactored to use it internally. This creates a single...
View ArticleTo fix Travis error don't specify Rubinius version
To fix Travis error don't specify Rubinius version Following the advice from this Travis GitHub issue: https://github.com/travis-ci/travis-ci/issues/1641
View ArticleAdd preprocessor for Atom XHTML content
Add preprocessor for Atom XHTML content Atom XHTML content should not be escaped, so this commit uses the preprocessor to catch and properly handle this content. Closes #58 and #130
View ArticleChanged syntax error in readme.md for fetch_and_parse using on succes…
Changed syntax error in readme.md for fetch_and_parse using on success and on failure callback methods.
View ArticleChanged documentation example of on_success callback to show that it …
Changed documentation example of on_success callback to show that it takes two variables instead of just one.
View ArticleUpdated example for on_failure signature change
Updated example for on_failure signature change
View Article