Closed AndyTheFactory closed 11 months ago
Comment by awiebe Tue Jun 19 23:53:21 2018
Which is true, html i a string, but the extractor clearly expects a different object, possibly the article object.
if meta_favicon is empty, there is none detected by the library
provide examples for non detected
Issue by vitaly-zdanevich Tue Nov 14 04:48:31 2017 Originally opened as https://github.com/codelucas/newspaper/issues/472
I tried
article.extractor.get_favicon(article.html)
but returnedAttributeError: 'str' object has no attribute 'xpath'
And
article.meta_favicon
that return ''