This commit is contained in:
Kovid Goyal 2017-06-18 09:14:43 +05:30
parent 9fe3cbacec
commit 1829e698f5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -63,7 +63,7 @@ class FinancialTimes(BasicNewsRecipe):
return br
def get_cover_url(self):
from datetime import timedelta, date
from datetime import date
cover = 'http://img.kiosko.net/' + str(date.today().year) + '/' + date.today().strftime('%m') + '/' + date.today().strftime('%d') + '/uk/ft_uk.750.jpg'
br = BasicNewsRecipe.get_browser(self)
try: