Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 10-24-2011, 11:20 AM   #1
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
Calibre tips and tricks blog recipe?

Is there a way to create a recipe to the calibre tips and trick blog that would contain either the current months blogs or the last "x" amount?

http://blog.calibre-ebook.com/

thanks in advance for your time...
sylviebi is offline   Reply With Quote
Old 10-24-2011, 01:01 PM   #2
Krittika Goyal
Vox calibre
Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.Krittika Goyal ought to be getting tired of karma fortunes by now.
 
Krittika Goyal's Avatar
 
Posts: 412
Karma: 1175230
Join Date: Jan 2009
Device: Sony reader prs700, kobo
recipe

Here is a simple recipe. It just includes the last 5 articles.

Code:
from calibre.web.feeds.news import BasicNewsRecipe

class CalibreBlog(BasicNewsRecipe):
    title          = u'Calibre Blog'
    language       = 'en_IN'
    __author__     = 'Krittika Goyal'
    oldest_article = 38 #days
    max_articles_per_feed = 5
    use_embedded_content = False

    no_stylesheets = True
    auto_cleanup = True


    feeds          = [
('Article', 
 'http://blog.calibre-ebook.com/feeds/posts/default'),
]
Krittika Goyal is offline   Reply With Quote
Advert
Old 10-28-2011, 09:42 AM   #3
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
Krittika Goyal
You are the best. It worked like a charm. Thanks so much!
sylviebi is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Download an entire blog with a Calibre recipe thebestjeter Recipes 8 04-03-2015 11:11 PM
Tips and tricks for PocketBook kacir PocketBook 170 07-04-2012 05:03 PM
Tips, Tricks, and Hints Nate the great Amazon Kindle 44 03-22-2011 04:15 AM
PRS-600 Shortcuts or Tips and Tricks CarolB Sony Reader 3 12-14-2009 03:55 PM
PRS-600 Tips & Tricks Oh, Why Not? Sony Reader 1 09-23-2009 07:49 PM


All times are GMT -4. The time now is 01:45 PM.


MobileRead.com is a privately owned, operated and funded community.