From 1a7c1ba809eafc789d4d2002d548505145d87fda Mon Sep 17 00:00:00 2001 From: yodha8 <104330897+yodha8@users.noreply.github.com> Date: Sun, 1 May 2022 07:04:34 -0700 Subject: [PATCH] Update IEEE Spectrum recipe --- recipes/ieeespectrum.recipe | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/recipes/ieeespectrum.recipe b/recipes/ieeespectrum.recipe index 92de8f2c6b..00a5733bf6 100644 --- a/recipes/ieeespectrum.recipe +++ b/recipes/ieeespectrum.recipe @@ -4,11 +4,10 @@ Fetch RSS-Feeds http://spectrum.ieee.org from calibre.web.feeds.news import BasicNewsRecipe +class IEEESpectrumOnline(BasicNewsRecipe): -class AdvancedUserRecipe1406801106(BasicNewsRecipe): - - title = u'IEEE-Spectrum Online' - description = 'The world´s largest professional association dedicated to advancing technological innovation and excellence for the benefit of humanity' + title = u'IEEE Spectrum Online' + description = 'All the articles and blog posts from IEEE Spectrum online. This is not the magazine.' publisher = u'IEEE.org' __author__ = 'Armin Geller' category = 'news, electronics, IT, computer science' @@ -20,10 +19,6 @@ class AdvancedUserRecipe1406801106(BasicNewsRecipe): oldest_article = 7 max_articles_per_feed = 100 remove_empty_feeds = True - # auto_cleanup = True - - cover_url = 'https://spectrum.ieee.org/assets/Images/logo-main-orange.png' - # cover_url = 'file:///c:/Users/Armin/AppData/Roaming/calibre/resources/images/news_covers/IEEESpectrum.png' feeds = [ ('IEEE Spectrum Recent Content', 'https://spectrum.ieee.org/rss/fulltext'),