Fix 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 Articlemodified gemspec to includes the parser files now in the lib/feedzirr…
modified gemspec to includes the parser files now in the lib/feedzirra/parser dir
View ArticleAdd timeout and max redirects to options
Add timeout and max redirects to options (cherry picked from commit be1020fba92041d37256e33a2f4be9432c6c1d6e)
View Articlebumped version for new build. Timeouts now supported thanks to a comm…
bumped version for new build. Timeouts now supported thanks to a commit from dekart.
View Articlebugfix: alternate links don't always have type text/html on them, and…
bugfix: alternate links don't always have type text/html on them, and as a result, the link is not always picked up
View ArticleAdding support for media feeds (with enclosures, media thumbnails, re…
Adding support for media feeds (with enclosures, media thumbnails, related items, and paging)
View Articleadded author and pubdate (all lowercase) to rss_entry.
added author and pubdate (all lowercase) to rss_entry.
View Articleadded spec and implementation to pull atom url and feed_url even when…
added spec and implementation to pull atom url and feed_url even when they don't conform to the standard.
View Articlefixed problem where the atom entry urls would sometimes not get parse…
fixed problem where the atom entry urls would sometimes not get parsed out
View Articlechange the parser check to look at more characters to determine which…
change the parser check to look at more characters to determine which parser to use
View Article