mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix #6302 (a change in the index-page broke the "Der Tagesspiegel"-recipe)
This commit is contained in:
parent
7b1a065519
commit
8dbaaaa37b
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user