Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有声书的保存 #46

Open
shownb opened this issue Dec 1, 2019 · 0 comments
Open

有声书的保存 #46

shownb opened this issue Dec 1, 2019 · 0 comments

Comments

@shownb
Copy link
Owner

shownb commented Dec 1, 2019

https://github.com/inAudible-NG/audible-activator/blob/master/audible-activator.py

先获取activator

  1. get https:// www.audible.de/?ipRedirectOverride=true
    再get
    https://www.amazon.com/ap/signin?openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=logout&openid.assoc_handle=amzn_audible_de&openid.return_to=https%3A%2F%2Fwww.audible.de%2Fplayer-auth-token%3FplayerType%3Dsoftware%26playerId%3D2jmj7l5rSw0yVb%2FvlWAYkK%2FYBwk%3D%3D%26bp_ua%3Dy%26playerModel%3DDesktop%26playerManufacturer%3DAudible

  2. 登录amazon
    再访问 https:// www.audible.de/player-auth-token?playerType=software&playerId=2jmj7l5rSw0yVb/vlWAYkK/YBwk==&bp_ua=y&playerModel=Desktop&playerManufacturer=Audible&openid.assoc_handle=amzn_audible_de&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=logout&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.return_to=https%3A%2F%2Fwww.audible.de%2Fplayer-auth-token%3FplayerType%3Dsoftware%26playerId%3D2jmj7l5rSw0yVb%2FvlWAYkK%2FYBwk%3D%3D%26bp_ua%3Dy%26playerModel%3DDesktop%26playerManufacturer%3DAudible&
    会得到很多跳转,最后从当前的url获取一个playerToken

  3. https://www.audible.com/license/licenseForCustomerToken?customer_token=得到的token&action=de-register
    设备注册

  4. 获取二进制 https://www.audible.com/license/licenseForCustomerToken?customer_token=得到的token

  5. 停止https://www.audible.com/license/licenseForCustomerToken?customer_token=得到的token&action=de-register

转格式
https://github.com/siuying/AAXtoM4A

apt-get install ffmpeg
apt-get install libmp3lame-dev
bash AAXtoMP3 <AUTHCODE> {INPUT_FILES}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant