mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Merge branch 'master' of https://github.com/unkn0w7n/calibre
This commit is contained in:
commit
f37f73d78d
@ -73,7 +73,7 @@ class scienceadv(BasicNewsRecipe):
|
||||
def postprocess_html(self, soup, first_fetch):
|
||||
bd = soup.find('body')
|
||||
if bd:
|
||||
p.attrs = {}
|
||||
bd.attrs = {}
|
||||
return soup
|
||||
|
||||
def parse_index(self):
|
||||
|
@ -71,7 +71,7 @@ class science(BasicNewsRecipe):
|
||||
def postprocess_html(self, soup, first_fetch):
|
||||
bd = soup.find('body')
|
||||
if bd:
|
||||
p.attrs = {}
|
||||
bd.attrs = {}
|
||||
return soup
|
||||
|
||||
def parse_index(self):
|
||||
|
@ -73,7 +73,7 @@ class scienceadv(BasicNewsRecipe):
|
||||
def postprocess_html(self, soup, first_fetch):
|
||||
bd = soup.find('body')
|
||||
if bd:
|
||||
p.attrs = {}
|
||||
bd.attrs = {}
|
||||
return soup
|
||||
|
||||
def parse_index(self):
|
||||
|
@ -73,7 +73,7 @@ class scienceadv(BasicNewsRecipe):
|
||||
def postprocess_html(self, soup, first_fetch):
|
||||
bd = soup.find('body')
|
||||
if bd:
|
||||
p.attrs = {}
|
||||
bd.attrs = {}
|
||||
return soup
|
||||
|
||||
def parse_index(self):
|
||||
|
@ -72,7 +72,7 @@ class scienceadv(BasicNewsRecipe):
|
||||
def postprocess_html(self, soup, first_fetch):
|
||||
bd = soup.find('body')
|
||||
if bd:
|
||||
p.attrs = {}
|
||||
bd.attrs = {}
|
||||
return soup
|
||||
|
||||
def parse_index(self):
|
||||
|
@ -73,7 +73,7 @@ class scienceadv(BasicNewsRecipe):
|
||||
def postprocess_html(self, soup, first_fetch):
|
||||
bd = soup.find('body')
|
||||
if bd:
|
||||
p.attrs = {}
|
||||
bd.attrs = {}
|
||||
return soup
|
||||
|
||||
def parse_index(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user