LICENSE
README.md
pyproject.toml
pagefetch/__init__.py
pagefetch/__main__.py
pagefetch/bootstrap.py
pagefetch/cli.py
pagefetch/client.py
pagefetch/config.py
pagefetch/constants.py
pagefetch/exceptions.py
pagefetch/models.py
pagefetch.egg-info/PKG-INFO
pagefetch.egg-info/SOURCES.txt
pagefetch.egg-info/dependency_links.txt
pagefetch.egg-info/entry_points.txt
pagefetch.egg-info/requires.txt
pagefetch.egg-info/top_level.txt
pagefetch/cache/__init__.py
pagefetch/cache/keys.py
pagefetch/cache/sqlite.py
pagefetch/fetching/__init__.py
pagefetch/fetching/browser.py
pagefetch/fetching/http.py
pagefetch/fetching/readiness.py
pagefetch/processing/__init__.py
pagefetch/processing/cleaner.py
pagefetch/processing/detector.py
pagefetch/processing/html.py
pagefetch/processing/images.py
pagefetch/processing/links.py
pagefetch/processing/markdown.py
pagefetch/processing/metadata.py
pagefetch/processing/non_html.py
pagefetch/proxy/__init__.py
pagefetch/proxy/providers.py
pagefetch/utils/__init__.py
pagefetch/utils/durations.py
pagefetch/utils/urls.py
tests/test_bootstrap.py
tests/test_browser.py
tests/test_client.py
tests/test_config_cli.py
tests/test_non_html.py
tests/test_processing.py
tests/test_proxy_cache.py
tests/test_utils_models.py