This commit is contained in:
Kovid Goyal 2024-03-17 09:35:49 +05:30
parent 781bb771f4
commit f95d35c68d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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