Open vitaly-zdanevich opened 6 years ago
I tried article.extractor.get_favicon(article.html) but returned
article.extractor.get_favicon(article.html)
AttributeError: 'str' object has no attribute 'xpath'
And article.meta_favicon that return ''
article.meta_favicon
Which is true, html i a string, but the extractor clearly expects a different object, possibly the article object.
I tried
article.extractor.get_favicon(article.html)
but returnedAttributeError: 'str' object has no attribute 'xpath'
And
article.meta_favicon
that return ''