yihong0618
141928ac79
fix: English README since no kindle China
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com >
2025-02-15 09:29:08 +08:00
yihong
1a5ec4ed46
Merge pull request #178 from yihong0618/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
...
build(deps): bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2024-09-04 10:02:11 +08:00
dependabot[bot]
88384f8f52
build(deps): bump actions/download-artifact in /.github/workflows
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-04 01:55:21 +00:00
yihong0618
068fc1a50e
ci: update ci
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com >
v1.52
2024-06-18 17:29:02 +08:00
yihong
9013bcf37b
Merge pull request #173 from myd7349/fix-key-error
...
fix: handle potential KeyError
2024-06-18 09:50:53 +08:00
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
yihong
7d8a3abd5c
Merge pull request #171 from wushuzh/tool-enhance
...
[doc] 增加单独执行 dedrm 的说明
2024-05-28 18:35:03 +08:00
wushuzh
55b13d71a8
Update req and README
2024-05-27 18:36:01 +08:00
wushuzh
c91accdcaf
[doc] 增加单独执行 dedrm 的说明
...
1. 需单独 pip 安装的模块
2. 增加仅 azw 或 epub 的命令行参数选项
2024-05-27 11:42:33 +08:00
yihong
31c094cbc6
Merge pull request #170 from MXuer/main
...
update readme.md for 推送书籍
2024-05-22 15:37:02 +08:00
MXuer
c0a74e9dfa
update readme.md for 推送书籍
2024-05-22 15:30:57 +08:00
yihong
bb3e4e4b78
Merge pull request #165 from lingr7/add
...
fix(mobi): mobi -> moki https://github.com/yihong0618/Kindle_download_helper/issues/152
v1.51
2024-04-05 19:16:31 +08:00
lingr7
806daa53b2
fix(mobi): mobi -> moki
2024-04-05 18:59:15 +08:00
yihong0618
a187bc1eaf
fix : #164 , #152
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com >
2024-03-24 17:04:23 +08:00
yihong
b94005a872
Merge pull request #158 from VermiIIi0n/main
...
fix `TypeError: string indices must be integers, not 'str'` when `meta_data` contains only one book
2024-03-01 23:21:34 +08:00
VermiIIi0n
35fbec1fb0
refine logic & fix typo
2024-03-01 22:50:00 +08:00
VermiIIi0n
668ab09a91
fix TypeError: string indices must be integers, not 'str'
2024-03-01 21:25:17 +08:00
yihong
9af65f081f
Merge pull request #157 from ClassicOldSong/main
...
Dedicated script to dedrm from download folder
2024-02-26 14:52:49 +08:00
Yukino Song
d3aea0fae2
Dedicated script to dedrm from drmed folder
2024-02-26 14:41:35 +08:00
yihong
74e073d7c2
Update README.md
2024-02-25 08:58:32 +08:00
yihong
b92e3e9330
Update README.md
2024-02-06 10:41:59 +08:00
yihong0618
f12f4016f4
fix: amazon cn drop web
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com >
2024-02-06 10:28:06 +08:00
yihong0618
ed1b607ffb
fix : #153 support bookmark
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com >
2024-02-05 23:27:20 +08:00
yihong0618
5b0c0dc6ef
feat: bookmark init
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com >
2024-02-04 22:24:52 +08:00
yihong
657f8202d0
Merge pull request #154 from LGiki/fix-typo
...
Fix typo.
2024-01-23 15:00:53 +08:00
LGiki
a41d78fa53
fix: typo
2024-01-23 14:47:47 +08:00
yihong0618
4a172836e0
fix: origin maybe list?
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com >
2023-11-11 16:29:55 +08:00
yihong0618
d41d999e28
fix: origins maybe a list? WTF
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com >
2023-11-11 16:12:56 +08:00
yihong0618
40ff41fadd
fix: my typo
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com >
2023-11-10 19:50:50 +08:00
yihong0618
0ac342f207
fix : #150 , fix part of #149
...
error:
ebooks = [e for e in ebooks if e["origins"]["origin"]["type"] == "purchase"]
TypeError: list indices must be integers or slices,not str
Signed-off-by: yihong0618 <zouzou0208@gmail.com >
2023-11-10 19:14:17 +08:00
yihong
abd89f779c
Merge pull request #151 from mdp/mdp/devcontainer
...
Add Devcontainer for use in VSCode or Codespaces
2023-11-10 18:55:08 +08:00
Mark Percival
6ae85c565e
Make this usable in codespaces
2023-11-07 14:46:05 +00:00
yihong
f9e75646a5
Merge pull request #148 from insualk/log-patch
...
added index into log message
2023-10-12 08:52:39 +08:00
Xiangliang
ae7b4fd40a
added index into log message
2023-10-11 10:42:17 -04:00
yihong0618
0846c4a9fc
fix: com
2023-07-13 20:53:32 +08:00
yihong0618
f97c5730d3
feat: support com
2023-07-13 20:30:58 +08:00
yihong0618
2c2ddb36b5
fix
2023-07-13 17:32:33 +08:00
yihong0618
c97adaf84d
feat: support only price
2023-07-13 17:29:18 +08:00
yihong0618
3fc048652a
fix
2023-07-13 16:39:41 +08:00
yihong0618
b6c355d77b
fix: format md
2023-07-13 14:30:49 +08:00
yihong0618
85b2e059d2
fix: author format bug
2023-07-13 13:37:07 +08:00
yihong0618
38ce5c8cd5
Merge branch 'main' of https://github.com/yihong0618/Kindle_download_helper
2023-07-13 13:19:44 +08:00
yihong0618
5189588ac6
fix
2023-07-13 13:19:21 +08:00
yihong
7ab66a4357
Merge pull request #136 from nomanfound/patch-1
...
remove illegal chars in file name
2023-07-13 12:51:41 +08:00
yihong0618
d8a17122cd
info it
2023-07-13 12:44:41 +08:00
yihong0618
157dbfae10
fix: can not download bug
2023-07-13 12:39:26 +08:00
yihong0618
0566ad36f1
doc: info it
2023-07-13 12:05:35 +08:00
yihong0618
6a1051117d
feat: your kindle memory
2023-07-13 12:01:07 +08:00
NoManFound
2b84b3d5e7
remove illegal chars in file name
2023-07-12 00:54:04 +08:00
yihong0618
2345d2e849
fix: no epub dir
v1.5
2023-07-07 17:25:23 +08:00