LICENSE.txt
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
goose3/__init__.py
goose3/article.py
goose3/cleaners.py
goose3/configuration.py
goose3/crawler.py
goose3/exceptions.py
goose3/image.py
goose3/network.py
goose3/outputformatters.py
goose3/parsers.py
goose3/text.py
goose3/version.py
goose3/video.py
goose3.egg-info/PKG-INFO
goose3.egg-info/SOURCES.txt
goose3.egg-info/dependency_links.txt
goose3.egg-info/not-zip-safe
goose3.egg-info/requires.txt
goose3.egg-info/top_level.txt
goose3/extractors/__init__.py
goose3/extractors/authors.py
goose3/extractors/content.py
goose3/extractors/images.py
goose3/extractors/links.py
goose3/extractors/metas.py
goose3/extractors/opengraph.py
goose3/extractors/publishdate.py
goose3/extractors/schema.py
goose3/extractors/tags.py
goose3/extractors/title.py
goose3/extractors/tweets.py
goose3/extractors/videos.py
goose3/resources/images/known-image-css.txt
goose3/resources/text/stopwords-ar.txt
goose3/resources/text/stopwords-da.txt
goose3/resources/text/stopwords-de.txt
goose3/resources/text/stopwords-en.txt
goose3/resources/text/stopwords-es.txt
goose3/resources/text/stopwords-fi.txt
goose3/resources/text/stopwords-fr.txt
goose3/resources/text/stopwords-hu.txt
goose3/resources/text/stopwords-id.txt
goose3/resources/text/stopwords-it.txt
goose3/resources/text/stopwords-ko.txt
goose3/resources/text/stopwords-nb.txt
goose3/resources/text/stopwords-nl.txt
goose3/resources/text/stopwords-no.txt
goose3/resources/text/stopwords-pl.txt
goose3/resources/text/stopwords-pt.txt
goose3/resources/text/stopwords-ru.txt
goose3/resources/text/stopwords-sv.txt
goose3/resources/text/stopwords-zh.txt
goose3/utils/__init__.py
goose3/utils/constants.py
goose3/utils/encoding.py
goose3/utils/images.py
tests/test_article.py
tests/test_authors.py
tests/test_base.py
tests/test_configuration.py
tests/test_content.py
tests/test_images.py
tests/test_links.py
tests/test_metas.py
tests/test_opengraph.py
tests/test_parsers.py
tests/test_publishdate.py
tests/test_reportagenewsarticle.py
tests/test_stopwords.py
tests/test_tags.py
tests/test_text.py
tests/test_title.py
tests/test_tweets.py
tests/test_videos.py