remove useless method
This commit is contained in:
parent
b8d101811e
commit
a85f63b401
2 changed files with 1 additions and 3 deletions
|
|
@ -34,4 +34,4 @@ class Newspaper20minutesBrowser(BaseBrowser):
|
|||
|
||||
def get_content(self, url):
|
||||
self.location(url)
|
||||
return self.page.get_content()
|
||||
return self.page.article
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue