Fix #6302 (a change in the index-page broke the "Der Tagesspiegel"-recipe)

This commit is contained in:
Kovid Goyal 2010-07-27 08:21:40 -06:00
parent 7b1a065519
commit 8dbaaaa37b

View File

@ -88,5 +88,3 @@ class TagesspiegelRSS(BasicNewsRecipe):
ans = [(key, articles[key]) for key in ans if articles.has_key(key)] ans = [(key, articles[key]) for key in ans if articles.has_key(key)]
return ans return ans