+- rawdog 1.3
+
+Reverted the "retry immediately" behaviour from 1.2, since it causes denied or
+broken feeds to get checked every time rawdog is run.
+
- rawdog 1.2
Updated feedparser to 2.5.2, which fixes a bug that was making rawdog
error = "The feed returned an error.\n"
error += "If this condition persists, you should remove it from your config file."
+ self.last_update = now
+
if error is not None:
print "Feed: " + self.url
if status is not None:
if not non_fatal:
return 0
- self.last_update = now
-
self.etag = p.get("etag")
self.modified = p.get("modified")
# In the event that the feed hasn't changed, then both channel