mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Merge branch 'master' of https://github.com/unkn0w7n/calibre
This commit is contained in:
commit
b10c910107
@ -59,7 +59,7 @@ class BostonGlobePrint(BasicNewsRecipe):
|
|||||||
date.today().year
|
date.today().year
|
||||||
) + '/' + date.today().strftime('%m') + '/' + date.today(
|
) + '/' + date.today().strftime('%m') + '/' + date.today(
|
||||||
).strftime('%d') + '/us/boston_globe.750.jpg'
|
).strftime('%d') + '/us/boston_globe.750.jpg'
|
||||||
br = BasicNewsRecipe.get_browser(self)
|
br = BasicNewsRecipe.get_browser(self, verify_ssl_certificates=False)
|
||||||
try:
|
try:
|
||||||
br.open(cover)
|
br.open(cover)
|
||||||
except:
|
except:
|
||||||
|
@ -47,7 +47,7 @@ class eenadu_ap(BasicNewsRecipe):
|
|||||||
date.today().year
|
date.today().year
|
||||||
) + '/' + date.today().strftime('%m') + '/' + date.today(
|
) + '/' + date.today().strftime('%m') + '/' + date.today(
|
||||||
).strftime('%d') + '/in/eenadu.750.jpg'
|
).strftime('%d') + '/in/eenadu.750.jpg'
|
||||||
br = BasicNewsRecipe.get_browser(self)
|
br = BasicNewsRecipe.get_browser(self, verify_ssl_certificates=False)
|
||||||
try:
|
try:
|
||||||
br.open(cover)
|
br.open(cover)
|
||||||
except:
|
except:
|
||||||
|
@ -46,7 +46,7 @@ class ft(BasicNewsRecipe):
|
|||||||
date.today().year
|
date.today().year
|
||||||
) + '/' + date.today().strftime('%m') + '/' + date.today(
|
) + '/' + date.today().strftime('%m') + '/' + date.today(
|
||||||
).strftime('%d') + '/uk/ft_uk.750.jpg'
|
).strftime('%d') + '/uk/ft_uk.750.jpg'
|
||||||
br = BasicNewsRecipe.get_browser(self)
|
br = BasicNewsRecipe.get_browser(self, verify_ssl_certificates=False)
|
||||||
try:
|
try:
|
||||||
br.open(cover)
|
br.open(cover)
|
||||||
except:
|
except:
|
||||||
|
@ -44,7 +44,7 @@ class ft(BasicNewsRecipe):
|
|||||||
date.today().year
|
date.today().year
|
||||||
) + '/' + date.today().strftime('%m') + '/' + date.today(
|
) + '/' + date.today().strftime('%m') + '/' + date.today(
|
||||||
).strftime('%d') + '/uk/ft_uk.750.jpg'
|
).strftime('%d') + '/uk/ft_uk.750.jpg'
|
||||||
br = BasicNewsRecipe.get_browser(self)
|
br = BasicNewsRecipe.get_browser(self, verify_ssl_certificates=False)
|
||||||
try:
|
try:
|
||||||
br.open(cover)
|
br.open(cover)
|
||||||
except:
|
except:
|
||||||
|
@ -80,7 +80,7 @@ class SCMP(BasicNewsRecipe):
|
|||||||
date.today().year
|
date.today().year
|
||||||
) + '/' + date.today().strftime('%m') + '/' + date.today(
|
) + '/' + date.today().strftime('%m') + '/' + date.today(
|
||||||
).strftime('%d') + '/cn/scmp.750.jpg'
|
).strftime('%d') + '/cn/scmp.750.jpg'
|
||||||
br = BasicNewsRecipe.get_browser(self)
|
br = BasicNewsRecipe.get_browser(self, verify_ssl_certificates=False)
|
||||||
try:
|
try:
|
||||||
br.open(cover)
|
br.open(cover)
|
||||||
except:
|
except:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user