From 0b040645506a820d3643aeea096ffb82915e3f5a Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Fri, 13 Aug 2021 12:30:14 -0400 Subject: [PATCH] Changed useragent --- audible-converter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '"') }