Files
Kindle_download_helper/kindle_download_helper
myd7349 2ddeb144b9 fix: handle potential KeyError
When fetching a large number of personal documents, there is a chance of
receiving the following JSON structure leading to a KeyError:

```json
{"OwnershipData":{"success":false,"error":"GENERIC_ERROR"}}
```

In this case, ignore the error and continue execution.
2024-06-18 00:00:34 +08:00
..
2023-06-30 23:16:11 +08:00
2024-02-05 23:27:20 +08:00
2023-06-26 20:56:45 +08:00
2022-08-01 20:56:19 +08:00
2024-02-06 10:28:06 +08:00
2024-01-23 14:47:47 +08:00
2023-06-26 20:56:45 +08:00
2024-06-18 00:00:34 +08:00
2024-02-05 23:27:20 +08:00
2024-04-05 18:59:15 +08:00
fix
2023-07-13 16:39:41 +08:00