![]() |
#1 |
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Apr 2025
Device: PC
|
Calibre: RSS Feed Recipe and Getting Only the Article Summary
Hello everyone,
First of all, congratulations to everyone on your achievements. I created a recipe for my RSS feeds to create a newsletter. However, I would like to "retrieve the updates," but only the summaries and not the full articles. Is this possible? Thank you for your help; I'm a beginner ![]() [#!/usr/bin/env python # vim:fileencoding=utf-8 from calibre.web.feeds.news import BasicNewsRecipe class AdvancedUserRecipe1747227074(BasicNewsRecipe): title = 'FORMATION PROFESSIONNELLE' oldest_article = 7 max_articles_per_feed = 50 auto_cleanup = True feeds = [ ('Digiformag', 'https://www.digiformag.com/feed/'), ('Le Quotidien de la formation – Centre Inffo', 'https://www.centre-inffo.fr/category/site-centre-inffo/actualites-centre-inffo/le-quotidien-de-la-formation-actualite-formation-professionnelle-apprentissage/feed'), ("Thématique : Qualité - Qualiopi - Certif'Région", 'https://veille-emploi-formation.cariforefoccitanie.fr/RSS/Fil_185.xml?title=Th%C3%A9matique%20%3A%20Qualit%C 3%A9%20%2D%20Qualiopi%20%2D%20Certif%27R%C3%A9gion '), ('Thématique : Formation professionnelle', 'https://veille-emploi-formation.cariforefoccitanie.fr/RSS/Fil_182.xml?title=Th%C3%A9matique%20%3A%20Formatio n%20professionnelle'), ] |
![]() |
![]() |
![]() |
#2 |
Member
![]() Posts: 13
Karma: 10
Join Date: May 2025
Device: sony PRS T3
|
I don't think it's possible to exclude article content. However, you can blank it using keep_only_tags.
|
![]() |
![]() |
Advert | |
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Article link is hyperlinked into the text of every article of an RSS feed.. | unkn0wn | Recipes | 3 | 09-10-2021 02:50 AM |
Recipe to read article body from xml rss feed | Rasheedgm | Recipes | 2 | 01-23-2017 01:47 PM |
Getting no article from an RSS Feed | macpablus | Recipes | 3 | 12-01-2016 10:15 PM |
Recipe without rss feed? | nicolash | Recipes | 10 | 09-09-2012 06:35 AM |
Calibre rss recipe -- <em> tag in article titles? | TonyDeWonderful | Recipes | 2 | 03-15-2011 12:23 PM |