View Single Post
Old 01-25-2010, 05:16 PM   #1276
Over
Wizard
Over ought to be getting tired of karma fortunes by now.Over ought to be getting tired of karma fortunes by now.Over ought to be getting tired of karma fortunes by now.Over ought to be getting tired of karma fortunes by now.Over ought to be getting tired of karma fortunes by now.Over ought to be getting tired of karma fortunes by now.Over ought to be getting tired of karma fortunes by now.Over ought to be getting tired of karma fortunes by now.Over ought to be getting tired of karma fortunes by now.Over ought to be getting tired of karma fortunes by now.Over ought to be getting tired of karma fortunes by now.
 
Over's Avatar
 
Posts: 1,462
Karma: 6061516
Join Date: May 2008
Location: Cascais, Portugal
Device: Kindle PW, Samsung Galaxy Note Pro 12.2", OnePlus 6
Ok, I've tried to add the feeds, but calibre gives an error qhen I try to load it:

Quote:
ERROR: Invalid input: <p>Could not create recipe. Error:<br>invalid syntax (recipe29.py, line 67)
Here's the ony part I changed:

Code:
    feeds = [
               (u'Breaking News', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=1')
              ,(u'Practice', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=512')
              ,(u'Behind the headlines', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=468')
              ,(u'Analysis', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=62')
              ,(u'Acute Care news', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=5')
              ,(u'Primary Care news', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=231')
              ,(u'Mental Health news', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=27')
              ,(u'Management news', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=32')
              ,(u'Infection control news', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=456')
              ,(u'Older people's news', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=181')
              ,(u'Paediatric news', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=170')
              ,(u'Respiratory news', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=177')
              ,(u'Wound care news', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=182')
              ,(u'Acute Care practice', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=261')
              ,(u'Primary Care practice', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=303')
              ,(u'Mental Health practice', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=319')
              ,(u'Infection control practice', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=400')
              ,(u'Older people's practice', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=365')
              ,(u'Paediatric practice', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=342')
              ,(u'Respiratory practice', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=416')
              ,(u'Wound care practice', u'http://www.nursingtimes.net/XmlServers/navsectionRSS.aspx?navsectioncode=377')
            ]
Is it because I've added too many feeds?
Over is offline