added html argument

This commit is contained in:
Agnel Vishal 2018-11-22 00:12:42 +05:30 committed by GitHub
parent 2bfc65fa65
commit 1d87b2e0de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)