ARCHITECTURE.md
LICENSE
MANIFEST.in
PLAN.md
README.md
pyproject.toml
requirements.txt
setup.py
flacfetch/__init__.py
flacfetch.egg-info/PKG-INFO
flacfetch.egg-info/SOURCES.txt
flacfetch.egg-info/dependency_links.txt
flacfetch.egg-info/entry_points.txt
flacfetch.egg-info/requires.txt
flacfetch.egg-info/top_level.txt
flacfetch/core/interfaces.py
flacfetch/core/log.py
flacfetch/core/manager.py
flacfetch/core/matching.py
flacfetch/core/models.py
flacfetch/downloaders/torrent.py
flacfetch/downloaders/youtube.py
flacfetch/interface/cli.py
flacfetch/providers/ops.py
flacfetch/providers/redacted.py
flacfetch/providers/youtube.py
tests/test_core.py
tests/test_logging.py
tests/test_manager.py
tests/test_matching.py
tests/test_models.py
tests/test_ops.py
tests/test_provider_errors.py
tests/test_redacted.py
tests/test_youtube.py