Commit graph

186 commits

Author SHA1 Message Date
mkb79
04f203d14a
Bugfix: get chapters 2021-01-08 19:30:43 +01:00
mkb79
5e7244d5ff
Add: get version info 2021-01-08 19:29:39 +01:00
mkb79
b74032eb3b
Bump version to 0.0.dev7 2020-12-20 23:57:34 +01:00
mkb79
50e6f7d539
cmd_library: properly close file object
- use ``with``-statement when open file in write mode
2020-12-20 23:56:34 +01:00
Brian Andress
13b8ef4f0a
fix library export, add default library destination to gitignore (#10)
* fix library export, add default library destination to gitignore

* Update cmd_library.py

* open file with correct encoding

Co-authored-by: mkb79 <mkb79@hackitall.de>
2020-12-20 23:05:33 +01:00
mkb79
740d6a12ef Package Changes
- Add ``cover-size`` option to ``audible download``. Default cover size is 500. Naming of cover files contains size for now.
- BUGFIX closing ``client`` and ``api_client`` correctly
- Reformating code
- Rework ``models`` and ``cmd_download`` module
2020-12-13 15:44:44 +01:00
mkb79
c0e75c962c
Add example of custom cmd to README.md 2020-12-10 15:45:39 +01:00
mkb79
41efe8c2c3
Table doesn't show correctly #2 2020-12-10 13:39:11 +01:00
mkb79
a8b9ceec90
Table doesn't show correctly 2020-12-10 13:32:36 +01:00
mkb79
6ca7b696de
rework audible-cli package / add plugin-cmds 2020-12-10 13:21:31 +01:00
mkb79
8c5a90ce89
Rework example to replace chapter titles 2020-11-04 10:59:15 +01:00
mkb79
143fd5818d
ADD: update_chapter_titles.py 2020-11-03 18:50:19 +01:00
mkb79
4ad78c27ba
Issue 7 (#8)
* ADD: Option to download chapter informations
2020-11-02 11:41:44 +01:00
mkb79
fdb9f4c248
issue 4: some changes downloading aaxc (#5)
* some changes downloading aaxc
* uses `audible` v0.4.4 who fix an error on decrypting voucher for aaxc files
2020-10-25 22:42:51 +01:00
mkb79
cd502f3b6d
add option to download aaxc / some redesigns
- download aaxc files with voucher file for further purpose
- move functions to config.py and some redesigns
2020-10-16 12:16:13 +02:00
mkb79
76a4b57f92
Merge pull request #3 from mkb79/issue-2
Issue 2
2020-09-23 22:47:33 +02:00
mkb79
2a673a9f8d
internal adjustments 2020-09-23 22:45:47 +02:00
mkb79
da015bf786
update README.md 2020-09-21 22:45:48 +02:00
mkb79
55207f1067
Update README.md 2020-09-21 22:41:45 +02:00
mkb79
0f39c2c2ab
BUGFIX: download cover 2020-09-21 17:20:05 +02:00
mkb79
454b64a9ee
Update cmd_download.py
add `num_results=1000` to raise max. item limit
2020-09-20 22:17:13 +02:00
mkb79
111326b68d
ENHANCE: export library 2020-09-20 19:36:12 +02:00
mkb79
5681f9ddcf
ENHANCE: add num_results=1000 on export library 2020-09-20 11:59:24 +02:00
mkb79
8090e577d6
ADD: export library 2020-09-19 23:47:23 +02:00
mkb79
7b96dd0ae7
BUGFIX: Download pdf was broken
Pdf downloading was broken. Add a workaround.
2020-09-14 09:42:33 +02:00
mkb79
5be84ff38d
ADD: check if an item is downloadable
First check if library item is downloadable.
2020-09-11 18:11:08 +02:00
mkb79
2d7b6ca8da
Update cmd_download.py 2020-09-11 15:01:15 +02:00
mkb79
50d5530773
Merge pull request #1 from tristan/master 2020-09-11 14:55:23 +02:00
Tristan
b07b285793 Add --all option and "best" quality 2020-09-11 14:42:59 +02:00
mkb79
42db20eb2f
Update README.md 2020-09-03 13:31:04 +02:00
mkb79
cbdf688556
next try with tables
Writing markdown on ios is a cruel
2020-09-03 13:29:13 +02:00
mkb79
381063ac07
table doesn't show correctly on github, maybe this one 2020-09-03 13:24:05 +02:00
mkb79
74becd1b89
update README.md 2020-09-03 13:17:18 +02:00
mkb79
149cb3add5
Update setup.py
audible v0.4.0 have an install error on clean installations. audible-cli requires at least audible v0.4.1 for now.
2020-09-03 08:57:18 +02:00
mkb79
859345bc39
first step 2020-09-02 15:02:35 +02:00
mkb79
3eb7b8cd20
Initial commit 2020-09-02 14:47:10 +02:00