First time poster here...read through most of the pages and trying to make sense of all this.
Using all this data, I made a couple of recipes from things I'm interested in, but they are easier ones as they have rss feeds. Still have lots of extra stuff, I'd appreciate any help anyone could send my way:
This gets the basics from hockey news, but lots of extra stuff in each one:
class AdvancedUserRecipe1283662436(BasicNewsRecipe):
title = u'Hockey News'
oldest_article = 7
max_articles_per_feed = 100
feeds = [(u'Hockey News', u'http://www.thehockeynews.com/rss/9-Headlines.xml')]
I'd also really appreciate any help (or quite honestly one of you experts stirring up a recipe for me for these local newspapers, listed in order of preference:
http://www.journalgazette.net/
http://www.news-sentinel.com/
Further down the list would be trying to find out how to get this column every week:
http://www.aspentimes.com/article/20...ntprofile=1061
thanks for any help anyone can provide....just an awesome program!
Grateful,
Matt