View Single Post
Old 12-14-2008, 02:26 PM   #35
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
Quote:
Originally Posted by Gameboy213 View Post
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')
]
kiklop74 is offline