MANIFEST.in
README.rst
setup.py
goose/__init__.py
goose/article.py
goose/cleaners.py
goose/configuration.py
goose/crawler.py
goose/image.py
goose/network.py
goose/outputformatters.py
goose/parsers.py
goose/text.py
goose/version.py
goose/video.py
goose/extractors/__init__.py
goose/extractors/authors.py
goose/extractors/content.py
goose/extractors/images.py
goose/extractors/links.py
goose/extractors/metas.py
goose/extractors/opengraph.py
goose/extractors/publishdate.py
goose/extractors/tags.py
goose/extractors/title.py
goose/extractors/tweets.py
goose/extractors/videos.py
goose/resources/images/known-image-css.txt
goose/resources/text/._stopwords-da.txt
goose/resources/text/._stopwords-fi.txt
goose/resources/text/._stopwords-hu.txt
goose/resources/text/._stopwords-nb.txt
goose/resources/text/._stopwords-nl.txt
goose/resources/text/._stopwords-pt.txt
goose/resources/text/._stopwords-ru.txt
goose/resources/text/stopwords-ar.txt
goose/resources/text/stopwords-da.txt
goose/resources/text/stopwords-de.txt
goose/resources/text/stopwords-en.txt
goose/resources/text/stopwords-es.txt
goose/resources/text/stopwords-fi.txt
goose/resources/text/stopwords-fr.txt
goose/resources/text/stopwords-hu.txt
goose/resources/text/stopwords-id.txt
goose/resources/text/stopwords-it.txt
goose/resources/text/stopwords-ko.txt
goose/resources/text/stopwords-nb.txt
goose/resources/text/stopwords-nl.txt
goose/resources/text/stopwords-no.txt
goose/resources/text/stopwords-pl.txt
goose/resources/text/stopwords-pt.txt
goose/resources/text/stopwords-ru.txt
goose/resources/text/stopwords-sv.txt
goose/resources/text/stopwords-zh.txt
goose/utils/__init__.py
goose/utils/encoding.py
goose/utils/images.py
goose_extractor.egg-info/PKG-INFO
goose_extractor.egg-info/SOURCES.txt
goose_extractor.egg-info/dependency_links.txt
goose_extractor.egg-info/not-zip-safe
goose_extractor.egg-info/requires.txt
goose_extractor.egg-info/top_level.txt
tests/__init__.py
tests/article.py
tests/configuration.py
tests/network.py
tests/parsers.py
tests/extractors/__init__.py
tests/extractors/authors.py
tests/extractors/base.py
tests/extractors/content.py
tests/extractors/images.py
tests/extractors/links.py
tests/extractors/metas.py
tests/extractors/opengraph.py
tests/extractors/publishdate.py
tests/extractors/tags.py
tests/extractors/title.py
tests/extractors/tweets.py
tests/extractors/videos.py