.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
docs/installation.md
docs/usage.md
mdl/__init__.py
mdl/app.py
mdl/cli.py
mdl/builders/__init__.py
mdl/builders/yt_dlp_audio.py
mdl/builders/yt_dlp_common.py
mdl/builders/yt_dlp_info.py
mdl/builders/yt_dlp_video.py
mdl/commands/__init__.py
mdl/commands/audio.py
mdl/commands/info.py
mdl/commands/settings.py
mdl/commands/smoke.py
mdl/commands/video.py
mdl/core/__init__.py
mdl/core/config.py
mdl/core/config_store.py
mdl/core/options.py
mdl/core/playlist.py
mdl/core/resolve.py
mdl/infra/__init__.py
mdl/infra/runner.py
mdl/services/__init__.py
mdl/services/download_service.py
mdl_cli.egg-info/PKG-INFO
mdl_cli.egg-info/SOURCES.txt
mdl_cli.egg-info/dependency_links.txt
mdl_cli.egg-info/entry_points.txt
mdl_cli.egg-info/requires.txt
mdl_cli.egg-info/top_level.txt
tests/conftest.py
tests/test_app.py
tests/test_builders.py
tests/test_builders_common.py
tests/test_cli.py
tests/test_commands_settings.py
tests/test_commands_wrappers.py
tests/test_core_config.py
tests/test_core_config_store.py
tests/test_core_options.py
tests/test_core_playlist.py
tests/test_core_resolve.py
tests/test_infra_runner.py
tests/test_services_download_service.py