webcitizen.extraction¶
Functions
|
Extract text from the website Args: url (str): url of the website html (str): html content of the website Returns: str: text |
|
Extract text from the website Args: url (str): url of the website html (str): html content of the website Returns: dict: json object with the following keys: keywords, summary, text, title, authors, publish_date, top_image, meta_keywords, meta_description, meta_lang, meta_favicon, canonical_link, tags, movies, imgs |