Fix #7690 (Problem with some Viewer images disappearing.)

This commit is contained in:
Kovid Goyal 2010-12-16 21:32:47 -07:00
parent 66221aefbb
commit 29dd71b130

View File

@ -11,6 +11,7 @@ class APOD(BasicNewsRecipe):
remove_javascript = True remove_javascript = True
recursions = 0 recursions = 0
oldest_article = 14 oldest_article = 14
remove_attributes = ['onmouseover', 'onmouseout']
feeds = [ feeds = [
(u'Astronomy Picture of the Day', u'http://apod.nasa.gov/apod.rss') (u'Astronomy Picture of the Day', u'http://apod.nasa.gov/apod.rss')