Quote:
Originally Posted by kiklop74
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')
]
|
I have very little skill in the area, is the problem.
Whenever I have done that, tried to modify a feed I still only get the first paragraph of the article.... like the LA Times now. That is all I get.
And when I tried to add a feed like the Detroit News, I have the same issue. I can get the first few sentences and that is all. I was hoping to get whole articles like the NYT feed. That is my goal. But perhaps it isn't possible with these 2 feeds.