LICENSE
README.md
pyproject.toml
src/shimeji_dl/__init__.py
src/shimeji_dl/__main__.py
src/shimeji_dl/cli.py
src/shimeji_dl/version.py
src/shimeji_dl.egg-info/PKG-INFO
src/shimeji_dl.egg-info/SOURCES.txt
src/shimeji_dl.egg-info/dependency_links.txt
src/shimeji_dl.egg-info/entry_points.txt
src/shimeji_dl.egg-info/requires.txt
src/shimeji_dl.egg-info/top_level.txt
src/shimeji_dl/core/__init__.py
src/shimeji_dl/core/engine.py
src/shimeji_dl/core/http.py
src/shimeji_dl/core/interfaces.py
src/shimeji_dl/core/models.py
src/shimeji_dl/core/probing.py
src/shimeji_dl/core/storage.py
src/shimeji_dl/formats/__init__.py
src/shimeji_dl/formats/shimeji_xml.py
src/shimeji_dl/sources/__init__.py
src/shimeji_dl/sources/shimejis_xyz/__init__.py
src/shimeji_dl/sources/shimejis_xyz/adapter.py
src/shimeji_dl/ui/__init__.py
src/shimeji_dl/ui/rich.py
tests/test_architecture.py
tests/test_cli.py
tests/test_engine_cache.py
tests/test_probe.py
tests/test_source.py
tests/test_storage.py
tests/test_ui.py
tests/test_version.py
tests/test_xml.py