mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -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
|
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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user