This commit is contained in:
Andrei Paraschiv 2024-01-07 01:10:45 +02:00
parent 57b1869f52
commit 9e3b34f718
191 changed files with 0 additions and 0 deletions

0
.codespell-dictionary.txt Normal file → Executable file
View File

0
.gitattributes vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/feature_request.md vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/questions---help---documentation.md vendored Normal file → Executable file
View File

0
.github/ISSUE_TEMPLATE/website---newssite-not-parsing-correctly.md vendored Normal file → Executable file
View File

0
.github/workflows/pipeline.yml vendored Normal file → Executable file
View File

0
.github/workflows/pylint.yml vendored Normal file → Executable file
View File

0
.github/workflows/python-publish.yml vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.pre-commit-config.yaml Normal file → Executable file
View File

0
.readthedocs.yaml Normal file → Executable file
View File

0
.travis.yml Normal file → Executable file
View File

0
CHANGELOG.md Normal file → Executable file
View File

0
GOOSE-LICENSE.txt Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
MANIFEST.in Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
docs/Makefile Normal file → Executable file
View File

0
docs/_static/newspaper.jpg vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

0
docs/conf.py Normal file → Executable file
View File

0
docs/index.rst Normal file → Executable file
View File

0
docs/make.bat Normal file → Executable file
View File

0
docs/requirements.in Normal file → Executable file
View File

0
docs/requirements.txt Normal file → Executable file
View File

0
docs/user_guide/advanced.rst Normal file → Executable file
View File

0
docs/user_guide/api_reference.rst Normal file → Executable file
View File

0
docs/user_guide/cli_reference.rst Normal file → Executable file
View File

0
docs/user_guide/examples.rst Normal file → Executable file
View File

0
docs/user_guide/installation.rst Normal file → Executable file
View File

0
docs/user_guide/known_issues.rst Normal file → Executable file
View File

0
docs/user_guide/known_newssites.rst Normal file → Executable file
View File

0
docs/user_guide/known_sites_not_working.csv Normal file → Executable file
View File

0
docs/user_guide/languages.rst Normal file → Executable file
View File

0
docs/user_guide/quickstart.rst Normal file → Executable file
View File

0
newspaper/__init__.py Normal file → Executable file
View File

0
newspaper/__main__.py Normal file → Executable file
View File

0
newspaper/api.py Normal file → Executable file
View File

0
newspaper/article.py Normal file → Executable file
View File

0
newspaper/cleaners.py Normal file → Executable file
View File

0
newspaper/cli.py Normal file → Executable file
View File

0
newspaper/configuration.py Normal file → Executable file
View File

0
newspaper/exceptions.py Normal file → Executable file
View File

0
newspaper/extractors/__init__.py Normal file → Executable file
View File

0
newspaper/extractors/articlebody_extractor.py Normal file → Executable file
View File

0
newspaper/extractors/authors_extractor.py Normal file → Executable file
View File

0
newspaper/extractors/categories_extractor.py Normal file → Executable file
View File

0
newspaper/extractors/content_extractor.py Normal file → Executable file
View File

0
newspaper/extractors/defines.py Normal file → Executable file
View File

0
newspaper/extractors/image_extractor.py Normal file → Executable file
View File

0
newspaper/extractors/metadata_extractor.py Normal file → Executable file
View File

0
newspaper/extractors/pubdate_extractor.py Normal file → Executable file
View File

0
newspaper/extractors/title_extractor.py Normal file → Executable file
View File

0
newspaper/extractors/videos_extractor.py Normal file → Executable file
View File

0
newspaper/languages.py Normal file → Executable file
View File

0
newspaper/mthreading.py Normal file → Executable file
View File

0
newspaper/network.py Normal file → Executable file
View File

0
newspaper/nlp.py Normal file → Executable file
View File

0
newspaper/outputformatters.py Normal file → Executable file
View File

0
newspaper/parsers.py Normal file → Executable file
View File

0
newspaper/resources/misc/google_sources.txt Normal file → Executable file
View File

0
newspaper/resources/misc/popular_sources.txt Normal file → Executable file
View File

0
newspaper/resources/misc/useragents.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-ar.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-be.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-bg.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-da.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-de.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-el.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-en.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-es.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-et.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-fa.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-fi.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-fr.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-he.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-hi.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-hr.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-hu.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-id.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-it.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-ja.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-ko.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-lt.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-mk.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-nb.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-nl.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-no.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-pl.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-pt.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-ro.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-ru.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-sl.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-sr.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-sv.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-sw.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-th.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-tr.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-uk.txt Normal file → Executable file
View File

0
newspaper/resources/text/stopwords-vi.txt Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More