mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-08 23:44:29 +01:00
...
This commit is contained in:
commit
7873df5073
1 changed files with 1 additions and 1 deletions
|
|
@ -668,7 +668,7 @@ def preprocess_html(self, soup):
|
|||
|
||||
try:
|
||||
#remove "Related content" bar
|
||||
runAroundsFound = soup.findAll('div',{'class':['articleInline runaroundLeft','articleInline doubleRule runaroundLeft','articleInline runaroundLeft firstArticleInline','articleInline runaroundLeft ']})
|
||||
runAroundsFound = soup.findAll('div',{'class':['articleInline runaroundLeft','articleInline doubleRule runaroundLeft','articleInline runaroundLeft firstArticleInline','articleInline runaroundLeft ','articleInline runaroundLeft lastArticleInline']})
|
||||
if runAroundsFound:
|
||||
for runAround in runAroundsFound:
|
||||
#find all section headers
|
||||
|
|
|
|||
Loading…
Reference in a new issue