mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Merge branch 'master' of https://github.com/unkn0w7n/calibre
This commit is contained in:
commit
b44fb2ab45
@ -78,7 +78,7 @@ class BusinessStandard(BasicNewsRecipe):
|
|||||||
|
|
||||||
data = data['props']['pageProps']['data']
|
data = data['props']['pageProps']['data']
|
||||||
|
|
||||||
title = '<h1 title=art_url>' + data['pageTitle'] + '</h1>'
|
title = '<h1 title="{}">'.format(art_url) + data['pageTitle'] + '</h1>'
|
||||||
|
|
||||||
cat = subhead = lede = auth = caption = ''
|
cat = subhead = lede = auth = caption = ''
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user