MobileRead Forums

MobileRead Forums (https://www.mobileread.com/forums/index.php)
-   Recipes (https://www.mobileread.com/forums/forumdisplay.php?f=228)
-   -   IEEE-Spectrum (https://www.mobileread.com/forums/showthread.php?t=243651)

Divingduck 07-31-2014 03:42 PM

IEEE-Spectrum
 
1 Attachment(s)
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
   
    feeds          = [
                                                                                        (u'IEEE Spectrum Recent Content', u'http://feeds.feedburner.com/IeeeSpectrum?format=xml'),
                                                                                        (u' - Aerospace', u'http://feeds.feedburner.com/IeeeSpectrumAerospace?format=xml'),
                                                                                        (u' - Biomedical', u'http://feeds.feedburner.com/IeeeSpectrumBiomedical?format=xml'),
                                                                                        (u' - Computing', u'http://feeds.feedburner.com/IeeeSpectrumComputing?format=xml'),
                                                                                        (u' - Consumer Electronics', u'http://feeds.feedburner.com/IeeeSpectrumConsumer?format=xml'),
                                                                                        (u' - Energy', u'http://feeds.feedburner.com/IeeeSpectrumEnergy?format=xml'),
                                                                                        (u' - GreenTech', u'http://feeds.feedburner.com/IeeeSpectrumGreenTech?format=xml'),
                                                                                        (u' - Robotics', u'http://feeds.feedburner.com/IeeeSpectrumRobotics?format=xml'),
                                                                                        (u' - Semiconductors', u'http://feeds.feedburner.com/IeeeSpectrumSemiconductors?format=xml'),
                                                                                        (u' - Telecom', u'http://feeds.feedburner.com/IeeeSpectrumTelecom?format=xml'),
                                                                                        (u' - At Work', u'http://feeds.feedburner.com/IeeeSpectrumAtWork?format=xml'),
                                                                                        (u' - Geek Life', u'http://feeds.feedburner.com/IeeeSpectrumGeekLife?format=xml'),
                                                                                ]


Divingduck 05-03-2021 03:25 AM

1 Attachment(s)
An update for this recipe.


All times are GMT -4. The time now is 09:05 PM.

Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.