View Single Post
Old 12-14-2008, 02:30 PM   #36
Gameboy213
Connoisseur
Gameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheeseGameboy213 can extract oil from cheese
 
Gameboy213's Avatar
 
Posts: 89
Karma: 1024
Join Date: Apr 2008
Location: Los Angeles, CA
Device: Onyx Boox Note 2 , Kindle Oasis 2018
Quote:
Originally Posted by kiklop74 View Post
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.
Gameboy213 is offline