Fix #1174167 ("What if" recipe doesn't work)

This commit is contained in:
Kovid Goyal 2013-04-29 11:53:40 +05:30
parent d081d38801
commit acf8b1a12e

View File

@ -22,3 +22,6 @@ class XkcdCom(BasicNewsRecipe):
]
extra_css = "#photo_text{font-size:small;}"
feeds = [(u'What If...', u'http://what-if.xkcd.com/feed.atom')]