Quote:
Originally Posted by Gameboy213
Anyone have an LA Times Full Version? Or at least more than the little snippet that the current RSS feed gives?
I have tried 1000 times to make a recipe for that and for the Detroit News.... and I am just not up to the task.... I have NO skill at at. I am at the mercy of you kind folks, who understand this stuff!
Much appreciated! What an amazing application.
|
What is the problem? You can modify any builtin recipe and add whatever feed you want to LA times recipe. I added just one feed to show that recipe works.
Locate this line in recipe
Code:
feeds = [(u'News', u'http://feeds.latimes.com/latimes/news')]
and add whatever you want
Code:
feeds = [(
u'News', u'http://feeds.latimes.com/latimes/news')
,u'Othernews', u'http://feeds.latimes.com/latimes/otherfeed')
]