mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update business_standard_print.recipe
This commit is contained in:
parent
93dcf1a6cf
commit
a6b5086bca
@ -172,6 +172,7 @@ class BusinessStandardPrint(BasicNewsRecipe):
|
||||
for x in soup.findAll(attrs={attr: True}):
|
||||
del x[attr]
|
||||
for br in soup.findAll('small', attrs={'class': 'brtag'}):
|
||||
br.name = 'br'
|
||||
br.clear()
|
||||
brtag = soup.new_tag('br')
|
||||
br.replace_with(brtag)
|
||||
return soup
|
||||
|
Loading…
x
Reference in New Issue
Block a user