diff --git a/audible-converter.sh b/audible-converter.sh index 9e1bdec..5fa0d49 100644 --- a/audible-converter.sh +++ b/audible-converter.sh @@ -7,7 +7,7 @@ function getHash() { # getActivationBytes returns the bytes needed to decrypt a given hash. function getActivationBytes() { - json=$(curl -A 'Christian Colglazier' https://aax.api.j-kit.me/api/v2/activation/${1}) + json=$(curl -A 'audible-converter' https://aax.api.j-kit.me/api/v2/activation/${1}) echo $(echo $json | jq '.activationBytes' | tr -d '"') }