Changed useragent

This commit is contained in:
Christian Colglazier 2021-08-13 12:30:14 -04:00
parent 1c5303898d
commit 0b04064550

View File

@ -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 '"')
}