mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix #7690 (Problem with some Viewer images disappearing.)
This commit is contained in:
parent
66221aefbb
commit
29dd71b130
@ -11,6 +11,7 @@ class APOD(BasicNewsRecipe):
|
||||
remove_javascript = True
|
||||
recursions = 0
|
||||
oldest_article = 14
|
||||
remove_attributes = ['onmouseover', 'onmouseout']
|
||||
|
||||
feeds = [
|
||||
(u'Astronomy Picture of the Day', u'http://apod.nasa.gov/apod.rss')
|
||||
|
Loading…
x
Reference in New Issue
Block a user