View Single Post
Old 05-22-2011, 03:15 PM   #3
scissors
Addict
scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.
 
Posts: 241
Karma: 1001369
Join Date: Sep 2010
Device: prs300, kindle keyboard 3g
Quote:
Originally Posted by JKenP View Post
The saying is that a fellow with a hammer will see every problem as a nail. RSS is well implemented in so many applications. The one I like using is NewFox that is a FireFox addon. But, they abound.

I also have frequented the Baen Free Library and used a browser to read a novel. Calibre's viewer is far superior along with its many other features. It is a much enjoyed part of my toolbox. It is nice to utilize a collection of tools to expand or ease our experiences.
Yeah.... thanks for that.

In the mean time. for anyone else like myself who struggles with this I managed to get something from the daily mirror using the code below. Maybe someone could tell me the best method?

Also I found the problem with the Daily star - it uses feed portal as mentioned in the thread about the irish post. I was tempted to change the urls in the irish post recipe, but i suspect it may not work...

=====================

class AdvancedUserRecipe1306061239(BasicNewsRecipe):
title = u'The Daily Mirror'
oldest_article = 2
max_articles_per_feed = 100

keep_only_tags = [dict(name='div', attrs={'class' : [ 'article-body', 'crosshead']})]

feeds = [(u'All News', u'http://www.mirror.co.uk/rss.xml')
,(u'Tech News', u'http://www.mirror.co.uk/news/technology/rss.xml')
,(u'Weird World','http://www.mirror.co.uk/news/weird-world/rss.xml')
,(u'Film Gossip','http://www.mirror.co.uk/celebs/film/rss.xml')
,(u'Music News','http://www.mirror.co.uk/celebs/music/rss.xml')
]

Last edited by scissors; 05-25-2011 at 01:38 AM.
scissors is offline   Reply With Quote