mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
781bb771f4
commit
f95d35c68d
@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python
|
||||||
# -*- coding: cp1252 -*-
|
|
||||||
|
|
||||||
__license__ = 'GPL v3'
|
__license__ = 'GPL v3'
|
||||||
__copyright__ = '2009, Darko Miletic <darko.miletic at gmail.com>'
|
__copyright__ = '2009, Darko Miletic <darko.miletic at gmail.com>'
|
||||||
@ -7,13 +6,15 @@ __copyright__ = '2009, Darko Miletic <darko.miletic at gmail.com>'
|
|||||||
politico.eu
|
politico.eu
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
import re
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
class Politico(BasicNewsRecipe):
|
class Politico(BasicNewsRecipe):
|
||||||
|
|
||||||
title = 'Politico.eu'
|
title = 'Politico.eu'
|
||||||
__author__ = 'unkn0wn, Darko Miletic and Sujata Raman'
|
__author__ = 'unkn0wn, Darko Miletic and Sujata Raman'
|
||||||
description = 'We connect and empower professionals through nonpartisan journalism and actionable intelligence about European politics and policy. Download Weekly.'
|
description = ('We connect and empower professionals through nonpartisan journalism and actionable'
|
||||||
|
'intelligence about European politics and policy. Download Weekly.')
|
||||||
publisher = 'Axel Springer SE.'
|
publisher = 'Axel Springer SE.'
|
||||||
category = 'news, politics, Europe'
|
category = 'news, politics, Europe'
|
||||||
oldest_article = 7 # days
|
oldest_article = 7 # days
|
||||||
|
Loading…
x
Reference in New Issue
Block a user