Package Details: audible-activator-git 1:0.2.r1.20210324.79e2cea-3

Git Clone URL: https://aur.archlinux.org/audible-activator-git.git (read-only, click to copy)
Package Base: audible-activator-git
Description: A script to retrieve your activation data (activation_bytes) from Audible servers. Use it to play your aax or aax+ files downloaded from amazon audible. Needs chrome or chromium.
Upstream URL: http://github.com/inAudible-NG/audible-activator
Licenses: GPL3
Conflicts: audible-activator
Provides: audible-activator
Submitter: dreieck
Maintainer: None
Last Packager: dreieck
Votes: 11
Popularity: 0.000000
First Submitted: 2016-08-31 07:58 (UTC)
Last Updated: 2023-05-02 14:56 (UTC)

Pinned Comments

dreieck commented on 2023-04-27 12:47 (UTC)

If you are looking for a working command line software that helps you retrieving your activation bytes from your audible account, please try audible-cli.

dreieck commented on 2023-04-27 12:44 (UTC) (edited on 2023-04-27 12:48 (UTC) by dreieck)

I can run the software with firefox mode or with chromedriver debug mode, but the activation bytes it returns are wrong (differing from what audible-cli returns, different from what I got many years ago, different from what works).

It might be that upstream has not followed up with changes at Amazon/ Audible and extracts wrong information?

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Blutkoete commented on 2020-10-04 07:49 (UTC)

If you want this PKGBUILD to work, you need to make it use python2 in audible-activator.py. You can replace the prepare() function by the following (only the "sed" command is new):

prepare() {
  cd "${srcdir}/${_pkgname}"
  patch -p1 < "${srcdir}/audible-activator.chromedriverpath.patch"
  sed -i 's/python/python2/' audible-activator.py
}

KaMii commented on 2020-09-06 10:58 (UTC)

Traceback (most recent call last): File "./audible-activator.py", line 10, in <module> import requests ModuleNotFoundError: No module named 'requests' /usr/bin/makepkg: Error: Could not determine version.

dreieck commented on 2019-08-29 15:38 (UTC)

@DrosteEffect: python2-selenium now also is in the AUR (again). Can you check if it works for you?

dreieck commented on 2019-08-29 15:25 (UTC)

@lilmike: Done.

dreieck commented on 2019-08-29 15:24 (UTC) (edited on 2019-08-29 15:25 (UTC) by dreieck)

@DrosteEffect:

python2-selenium is still available from the [archstrike] repo.

lilmike commented on 2019-08-06 07:47 (UTC)

Should makedepend on git, otherwise making in a chroot fails with unable to find the git package to handle git sources.

darthmobius commented on 2019-03-28 16:00 (UTC) (edited on 2019-03-28 16:00 (UTC) by darthmobius)

A temporary workaround to satisfy the python2-selenium dependency is to manually install selenium via pip2 (e.g. pip2 install --user selenium).

DrosteEffect commented on 2019-03-24 21:37 (UTC)

The python2-selenium dependency is broken.

dreieck commented on 2018-11-07 13:02 (UTC) (edited on 2018-11-07 13:02 (UTC) by dreieck)

@domson: Done. (Can you tell me why > /dev/stderr does not work?)