Comment 1 for bug 716446

Revision history for this message
Vincent Ladeuil (vila) wrote :

I worked around the problem with:

=== modified file 'build.py'
--- build.py 2011-02-08 12:20:55 +0000
+++ build.py 2011-02-10 14:23:45 +0000
@@ -60,7 +60,7 @@
     # we use our own copy of feedparser with a patch to let
     # <http://code.google.com/p/feedparser/issues/detail?id=224> extra_headers
     # be passed
- d = feedparser.parse(rss_url, extra_headers={'Cache-control': 'max-age=60'})
+ d = feedparser.parse(rss_url)
     entries = []
     for entry in d.entries[0:count]:
         entries.append(dict(