Kovid,
the old recipe ieeespectrum.recipe isn't working. I made a new one:
Spoiler:
Code:
'''
Fetch RSS-Feeds http://spectrum.ieee.org via feedburner.com
'''
class BasicUserRecipe1406801106(AutomaticNewsRecipe):
title = u'IEEE-Spectrum Online'
description = 'The world´s largest professional association dedicated to advancing technological innovation and excellence for the benefit of humanity'
publisher = u'IEEE.org'
__author__ = 'Armin Geller'
category = 'news, electronics, IT, computer science'
## Version: 1.0 AGe 2014-07-31
language = 'en'
encoding = 'utf-8'
oldest_article = 7
max_articles_per_feed = 100
remove_empty_feeds = True
auto_cleanup = True