mkb79
mkb79
The last command should work. There are no None titles. I‘ve add a commit to the branch. Can you try it out again 3 times and report if there are...
> It does seem like the no title issue occurs when I get the whole library and not just parts using the start/end date option > > I ran the...
FYI: audible-cli will fetch the library in pages. A page contains the number of items set by the bunch_size option (by default 1,000). I've build in a limit for 10,000...
@johnlescault Thank you for writing the script. I'll work now on an implementation for adding and removing books. It will look similar to the wishlist command.
You can provide a `--start-date` and `--end-date` for this. So you can initially use `audible download ... --all --end-date 2022-10-1` after that successfully download of all items you can remove...
```python import base64 import gzip import hashlib import hmac import json import secrets import uuid from datetime import datetime from io import BytesIO from typing import Union import httpx from...
I've found out myself, how to handle a challenge response from the server (like an OTPCode) when using the code above. But this step needs further user inputs equal to...
As described in the [docs](https://audible.readthedocs.io/en/latest/auth/authorization.html#captcha) you can provide a custom captcha callback. So there should be no need to change the default behavior. Or have I overseeing something?
Maybe I can help out testing on a M1 mac.
I'll try this later this day. Maybe Rosetta 2 can help out.