The News & Observer
Could someone please help me setup a recipe for the News & Observer from Raleigh, NC. I have tried for 3 days to get this to work, but I keep ending up with unwanted headings in the table of contents, and the text of the news stories shadowed with only the words "tool name" visible. The feeds that I am trying to retrieve are:
feeds = [
('Cover', 'http://www.newsobserver.com/100/index.rss'),
('News', 'http://www.newsobserver.com/102/index.rss'),
('Politics', 'http://www.newsobserver.com/105/index.rss'),
('Business', 'http://www.newsobserver.com/104/index.rss'),
('Sports', 'http://www.newsobserver.com/103/index.rss'),
('College Sports', 'http://www.newsobserver.com/119/index.rss'),
('Lifestyles', 'http://www.newsobserver.com/106/index.rss'),
('Editorials', 'http://www.newsobserver.com/158/index.rss')]
Any help would be appreciated.
|