niku 6b5994984e
All checks were successful
Publish Docker image / Push Docker image to registry (push) Successful in 40s
Update 'README.md'
2023-05-18 08:08:32 +00:00

15 lines
324 B
Markdown

# streamrip-docker
Container image for [nathom's streamrip](https://github.com/nathom/streamrip).
```sh
docker run \
-e DEEZER_NUTS=$TOKEN \
-e QOBUZ_USERID=$QOBUZ_USERID \
-e QOBUZ_TOKEN=$QOBUZ_TOKEN \
--name streamrip \
-d git.cesium.pw/niku/streamrip-docker
docker exec streamrip rip url <url>
```