Quote:
Originally Posted by GRiker
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.