mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
1439e42a86
commit
3f6f4fbc4d
@ -1,7 +1,7 @@
|
||||
import re
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
|
||||
class Tagesschau(BasicNewsRecipe):
|
||||
title = 'Tagesschau'
|
||||
description = 'Nachrichten der ARD'
|
||||
@ -20,4 +20,4 @@ class Tagesschau(BasicNewsRecipe):
|
||||
|
||||
masthead_url = 'https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Tagesschau_Logo_2015.svg/1920px-Tagesschau_Logo_2015.svg.png'
|
||||
cover_url = 'https://www.ardmediathek.de/img?imwidth=2560&url=https%3A%2F%2Fapi.ardmediathek.de%2Fimage-service%2Fimages%2Furn%3Aard%3Aimage%3A2e8eb9029b7f4684%3Fw%3D%7Bwidth%7D%26ch%3D657e32f8ff8614b2'
|
||||
feeds = [('Tagesschau', 'https://www.tagesschau.de/infoservices/alle-meldungen-100~rss2.xml')]
|
||||
feeds = [('Tagesschau', 'https://www.tagesschau.de/infoservices/alle-meldungen-100~rss2.xml')]
|
||||
|
Loading…
x
Reference in New Issue
Block a user