You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/docs/sources/index.md
+20-16Lines changed: 20 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -7,30 +7,34 @@ Python API for JMComic(禁漫天堂)
7
7
- Bypasses Cloudflare anti-bot measures.
8
8
- Multiple usage ways:
9
9
10
-
- GitHub Actions: Requires only a GitHub account. (See
11
-
tutorial → [Tutorial - Download Album via GitHub Actions](./tutorial/1_github_actions.md))
12
-
- Command line: No need to write Python code, simple and easy to use. (See tutorial → [Tutorial - Download Album via Command Line](./tutorial/2_command_line.md))
13
-
- Python code: The most flexible and powerful way, requires some basic knowledge of Python programming.
10
+
- GitHub Actions: Requires only a GitHub account. (See
11
+
tutorial → [Tutorial - Download Album via GitHub Actions](./tutorial/1_github_actions.md))
12
+
- Command line: No need to write Python code, simple and easy to use. (See
13
+
tutorial → [Tutorial - Download Album via Command Line](./tutorial/2_command_line.md))
14
+
- Python code: The most flexible and powerful way, requires some basic knowledge of Python programming.
15
+
14
16
- Supports two client implementations: web-based and mobile-based. Switchable through configuration (mobile-based has
15
17
better IP compatibility, web-based has higher efficiency).
16
18
- Supports automatic request retry and domain switching mechanism.
17
19
- Multi-threaded downloading (can be fine-tuned to one thread per image, highly efficient).
18
20
- Highly configurable:
19
21
20
-
- Can be used without configuration, very convenient.
21
-
- Configuration can be generated from a configuration file, supports multiple file formats.
0 commit comments