View Single Post
Old 09-14-2009, 08:33 PM   #732
olaf
Enthusiast
olaf is on a distinguished road
 
Posts: 43
Karma: 50
Join Date: May 2009
Device: Kindle3
Quote:
Originally Posted by GRiker View Post
olaf - I followed the instructions and was able to download a readable paper. Did you copy the links to the individual feeds, as opposed to using the main page? Here's the recipe I ended up with for 3 sections, 5 articles per section:

Code:
class AdvancedUserRecipe1252944207(BasicNewsRecipe):
    title          = u'Telegram - Worcester MA'
    oldest_article = 7
    max_articles_per_feed = 5

    feeds          = [(u'Front Page News', u'http://www.telegram.com/apps/pbcs.dll/section?Category=RSS03&MIME=xml'), (u'Local News', u'http://www.telegram.com/apps/pbcs.dll/section?Category=rss01&MIME=xml&profile=1101'), (u'Business', u'http://www.telegram.com/apps/pbcs.dll/section?Category=rss01&MIME=xml&profile=1002')]
GRiker - thanks for the help. Something must be off with my program configuration - I had essentially the same recipe and was getting address failures. Copied your recipe and the same thing. I will re-install things to see if that makes a difference. Thanks again for looking at that for me.

Re-installed and used your recipe, but get an error on each of the three feeds - (11001, 'getaddrinfo failed'). Not sure what the difference is and why it works for you and not me.

Last edited by olaf; 09-15-2009 at 07:41 AM.
olaf is offline