mirror of
https://github.com/codelucas/newspaper.git
synced 2025-12-23 05:36:50 +00:00
added html argument
This commit is contained in:
parent
2bfc65fa65
commit
1d87b2e0de
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ class Article(object):
|
|||
title = self.extractor.get_title(self.clean_doc)
|
||||
self.set_title(title)
|
||||
|
||||
authors = self.extractor.get_authors(self.clean_doc)
|
||||
authors = self.extractor.get_authors(self.html,self.clean_doc)
|
||||
self.set_authors(authors)
|
||||
|
||||
meta_lang = self.extractor.get_meta_lang(self.clean_doc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue