Merge branch 'master' of https://github.com/maplealmond/feedzirra int…
Merge branch 'master' of https://github.com/maplealmond/feedzirra into maplealmond-master
View ArticleMerge branch 'maplealmond-master' into archiloque
Merge branch 'maplealmond-master' into archiloque
View Articlerename atom subtitle to description so the name is the same as rss
rename atom subtitle to description so the name is the same as rss
View Article:on_success take 2 parameters when called from fetch_and_parse. Close…
:on_success take 2 parameters when called from fetch_and_parse. Closes #7
View ArticleSometimes the iTunes xmlns is written as http://www.itunes.com/dtds/P…
Sometimes the iTunes xmlns is written as http://www.itunes.com/dtds/Podcast-1.0.dtd. Notice that the word Podcast is capitalized. The regex used in ITunesRSS#able_to_parse needs to be case insensative...
View ArticleFixing Feed.add_common_feed_entry_element, adding Feed.add_common_fee…
Fixing Feed.add_common_feed_entry_element, adding Feed.add_common_feed_element and adding doco about them. Closes #38
View ArticleIndicate that add_common_feed_element and add_common_feed_entry_eleme…
Indicate that add_common_feed_element and add_common_feed_entry_element only works on registered types
View Articleregex =~ string is slightly faster than string =~ regex
regex =~ string is slightly faster than string =~ regex
View Articleno error when 304 while fetching a feed by its url
no error when 304 while fetching a feed by its url
View ArticleITunesRSSItem is a FeedEntryUtilities instead of a FeedUtilities. Clo…
ITunesRSSItem is a FeedEntryUtilities instead of a FeedUtilities. Closes #1
View Articleadded add_common_feed_elements and add_common_feed_entry_elements. Cl…
added add_common_feed_elements and add_common_feed_entry_elements. Closes #22
View ArticleSupport for proxy, patch from Tom Meier. Closes #43
Support for proxy, patch from Tom Meier. Closes #43
View Article