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-27-2021, 01:49 PM   #1
tlf
Member
tlf began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Oct 2021
Device: Kindle Oasis
How good does my recipe have to be to be included in Calibre?

Hí,

I want to make some recipes for specific languages and topics. This is what I have so far. The themes are mixed here in my personal one but I will change to separate recipes later. Is this kind of code enough to be included?

Code:
#!/usr/bin/env python
# vim:fileencoding=utf-8
from calibre.web.feeds.news import BasicNewsRecipe

class AdvancedUserRecipe1635356798(BasicNewsRecipe):
    title          = 'Mo bhlaganna'
    oldest_article = 7
    max_articles_per_feed = 10
    auto_cleanup   = True

    feeds          = [
        ('Galway Daily', 'https://www.galwaydaily.com/feed/'),
        ('Journal.ie', 'https://thejournal.ie/feed/'),
        ('Nuacht RTÉ', 'https://www.rte.ie/feeds/rss/?index=/gaeilge/'),
        ('Galway Daily', 'https://www.galwaydaily.com/feed/'),
        ('Mrs Mindfulness', 'https://mrsmindfulness.com/feed/'),
        ('NÓS', 'https://nos.ie/feed/'),
        ('PEIG', 'https://peig.ie/feed/'),
        ('Gaeilge ar Reddit', 'http://reddit.com/r/gaeilge/.rss'),
        ('Survival International', 'http://survivalinternational.org/feeds'),
        ('Tiny Buddah', 'https://feeds.feedburner.com/tinybuddha'),
        ('Zen Habits', 'https://zenhabits.net/feed/'),
        ('Indianz', 'https://indianz.com/News/feed/'),
    ]
tlf is offline   Reply With Quote
Old 10-27-2021, 02:48 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,857
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Yes but you need to add __author__, description and language. And make your recipes of general interest rather than something personal.
kovidgoyal is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre Library folder not showing all the included folders. Shant Library Management 4 11-24-2014 02:50 PM
Wall Street Journal recipe - How good is it? SpiderMatt Recipes 3 08-28-2011 10:24 PM
Calibre crashes on launch Leopard 1.5.6 (Console dump included) gconway Calibre 6 05-29-2009 03:48 PM


All times are GMT -4. The time now is 10:29 PM.


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