├── .gitignore ├── README.md ├── __init__.py ├── interface.py └── qobuz_api.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKVT/orpheusdl-qobuz/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKVT/orpheusdl-qobuz/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /interface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKVT/orpheusdl-qobuz/HEAD/interface.py -------------------------------------------------------------------------------- /qobuz_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheKVT/orpheusdl-qobuz/HEAD/qobuz_api.py --------------------------------------------------------------------------------