View Single Post
Old 05-05-2011, 11:17 AM   #5
sylviebi
Connoisseur
sylviebi is on a distinguished road
 
sylviebi's Avatar
 
Posts: 78
Karma: 70
Join Date: Apr 2011
Location: Canada
Device: kindle, DSi xl, 3DS, iPod, Playbbok

I did it!!!

The e-edition was a bust.

The print version did not work for me as it would only show the first page on my K3 but looked fine in calibre. So I abandoned that.

So I had to figure out how to remove all that extra garbage at the top and bottom. The keep only tags worked and now I have all my feeds without added garbage.

class AdvancedUserRecipe1304600593(BasicNewsRecipe):
title = u'Cornwall SF'
oldest_article = 2
max_articles_per_feed = 100
no_stylesheets = True
keep_only_tags = [dict(id=['ctl00_ContentPlaceHolder1_pMainContent'])]

feeds = [(u'daily', u'http://www.standard-freeholder.com/rss/')]

yeah for me! Thanks so much for the tip!
sylviebi is offline   Reply With Quote