View Single Post
Old 01-04-2021, 07:05 AM   #1
VoHegg
Enthusiast
VoHegg began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Sep 2013
Location: DE
Device: Linux PC's, Android devices, Amazon Fire HD10
New Recipe - T-Online for german speakers (readers)

News from Germany about almost any Theme we want.

It is not possible to put all inside the recipe!
So a make a decision.
This one shows:
Code:
  # all possible feeds look at:
    # https://www.t-online.de/themen/rss-feed/
    # there are tons of feeds, may you just type the words of intrest
    # after the http://feeds.t-online.de/rss/ link.
    feeds          = [
        ('Germany','http://feeds.t-online.de/rss/deutschland'),                
        ('NEWS', 'http://feeds.t-online.de/rss/nachrichten'),
        ('News Ticker', 'http://feeds.t-online.de/rss/news-ticker'),
        ('Polizei','http://feeds.t-online.de/rss/polizei'),
        ('Sport','http://feeds.t-online.de/rss/sport'),
        ('Fußball DE','http://feeds.t-online.de/rss/fussball'),
        ('Fußball int.','http://feeds.t-online.de/rss/fussball-international'),  
        ('Formel 1', 'http://feeds.t-online.de/rss/formel1'),
        ('Freizeit', 'http://feeds.t-online.de/rss/freizeit'),
        ('Ratgeber', 'http://feeds.t-online.de/rss/ratgeber'),
        ('Tourismus', 'http://feeds.t-online.de/rss/tourismus'),
        ('TV', 'http://feeds.t-online.de/rss/tv'),
        ('Wetter', 'http://feeds.t-online.de/rss/wetter'),
        ('Hamburg', 'http://feeds.t-online.de/rss/hamburg'),
        ('Berlin', 'http://feeds.t-online.de/rss/berlin'),
        ('Frankfurt', 'http://feeds.t-online.de/rss/frankfurt'),
        ('München', 'http://feeds.t-online.de/rss/muenchen'),
    ]
As i wrote, there are many more. If you live in e.g. 'Herford' - a small city near 'Bielefeld' you could news from there.
Insert a line like
Code:
 ('Herford', 'http://feeds.t-online.de/rss/herford'),
into the recipe.
Or may be ;-) India? Asia?
Code:
        ('Indien', 'http://feeds.t-online.de/rss/indien'),
        ('Asia', 'http://feeds.t-online.de/rss/asia'),
        ('Asien', 'http://feeds.t-online.de/rss/asien'),
There a much, much more . Look at the alphabetical list on top of side:
https://www.t-online.de/themen/rss-feed/

I insert "free" pictures in the recipe.
have fun
Attached Files
File Type: recipe T-Online News - Germany.recipe (2.1 KB, 244 views)
VoHegg is offline   Reply With Quote