|
|
#1 |
|
Enthusiast
![]() Posts: 32
Karma: 10
Join Date: Sep 2013
Location: DE
Device: Linux PC's, Android devices, Amazon Fire HD10
|
New recipe Caschys Blog
Hi there,
known from the Internet, german users read it in google news too! Content by Caschys Blog With knowledge and permission of the owner. To be integrated into calibre. |
|
|
|
|
|
#2 |
|
Enthusiast
![]() Posts: 32
Karma: 10
Join Date: Sep 2013
Location: DE
Device: Linux PC's, Android devices, Amazon Fire HD10
|
For thoose who want to type it themselve :-)
Code:
#!/usr/bin/env python
# vim:fileencoding=utf-8
from __future__ import absolute_import, division, print_function, unicode_literals
from calibre.web.feeds.news import BasicNewsRecipe
class cachys_blog(BasicNewsRecipe):
# with the knowledge and consent of the owner
title = 'Cachys Blog'
cover_url = 'https://upload.wikimedia.org/wikipedia/commons/f/f1/Caschys_Blog_Logo.png'
# Author of the recipe
__author__ = 'Volker Heggemann, VoHe'
# description, some Reader show this in titlepage
description = u'Smart Home, Software, Hardware, Mobile Computing & Co.'
# Who published the content?
publisher = u'https://stadt-bremerhaven.de/'
# What is the content of?
category = u'Technik - News'
use_embedded_content = False
language = 'de'
# Removes empty feeds - why keep them!?
remove_empty_feeds = True
# remove the rubbish (in ebook)
auto_cleanup = True
# now the content description and URL follows
oldest_article = 2
max_articles_per_feed = 100
feeds = [
('Cachys', 'https://stadt-bremerhaven.de/feed/'),
]
|
|
|
|
| Advert | |
|
|
|
|
#3 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,610
Karma: 28549044
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
added
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New Recipe - Cachys Blog - DE | VoHegg | Recipes | 0 | 05-14-2022 07:56 AM |
| Create a recipe for Blogspot blog | BoundforPNG | Recipes | 1 | 07-25-2015 12:18 AM |
| REQUEST: recipe for blog | ayurazzz | Recipes | 0 | 03-25-2011 02:00 PM |
| Recipe for Flickr Blog | rickydh | Recipes | 0 | 02-24-2011 01:59 PM |
| LRB BLOG - -RECIPE HELP | JFS-NMF | Recipes | 0 | 01-28-2011 11:00 PM |