mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Update business_standard.recipe
This commit is contained in:
parent
ffcaf382a2
commit
50adcff361
@ -78,7 +78,7 @@ class BusinessStandard(BasicNewsRecipe):
|
||||
|
||||
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 = ''
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user