|
|
#1 |
|
Member
![]() 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/'),
]
|
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,617
Karma: 28549044
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.
|
|
|
|
| Advert | |
|
|
![]() |
|
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 03:50 PM |
| Wall Street Journal recipe - How good is it? | SpiderMatt | Recipes | 3 | 08-28-2011 11:24 PM |
| Calibre crashes on launch Leopard 1.5.6 (Console dump included) | gconway | Calibre | 6 | 05-29-2009 04:48 PM |