Example #1
0
 def build(self):
     article = Parser(self.url, language='de')
     article.download()
     article.parse()
     self.title = article.title
     self.article_model = nlp(article.text)
     self.get_readability()
     self.authors = article.authors