From 3aeefa59a037292f8a34c2155f0d36b414ee9c40 Mon Sep 17 00:00:00 2001 From: Ljzd-PRO <63289359+Ljzd-PRO@users.noreply.github.com> Date: Sun, 24 Mar 2024 02:00:07 +0800 Subject: [PATCH] docs: some options will update on v0.5.1 --- README.md | 6 ------ README_zh-CN.md | 6 ------ docs/en/commands/guide.md | 15 --------------- docs/en/index.md | 6 ------ docs/zh/commands/guide.md | 15 --------------- docs/zh/index.md | 6 ------ 6 files changed, 54 deletions(-) diff --git a/README.md b/README.md index d32d3a8..4d3a85a 100644 --- a/README.md +++ b/README.md @@ -102,12 +102,6 @@ the downloaded files will be **skipped**. # Download all posts of the creator/artist ktoolbox sync-creator https://kemono.su/fanbox/user/9016 -# Download latest 10 posts of the creator/artist -ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --length=10 - -# Download latest No.11-No.15 posts of the creator/artist -ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --offset=10 --length=5 - # Download posts from the creator/artist from 2024-1-1 to 2024-3-1 ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --start-time=2024-1-1 --end-time=2024-3-1 ``` diff --git a/README_zh-CN.md b/README_zh-CN.md index 29de32a..40c56da 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -102,12 +102,6 @@ ktoolbox download-post https://kemono.su/fanbox/user/49494721/post/6608808 # 下载作者/画师的所有作品 ktoolbox sync-creator https://kemono.su/fanbox/user/9016 -# 下载作者/画师最新的 10 个作品 -ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --length=10 - -# 下载作者/画师最新的第 11 至 15 个作品 -ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --offset=10 --length=5 - # 下载作者/画师从 2024-1-1 到 2024-3-1 的作品 ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --start-time=2024-1-1 --end-time=2024-3-1 ``` diff --git a/docs/en/commands/guide.md b/docs/en/commands/guide.md index 2032540..f15f285 100644 --- a/docs/en/commands/guide.md +++ b/docs/en/commands/guide.md @@ -44,21 +44,6 @@ ktoolbox sync-creator https://kemono.su/fanbox/user/9016 ??? tip "Update creator directory" You can rerun the command, files with the same filename will be skipped. -## Download a specified number of posts from the creator - -`sync-creator` - -- `--offset` -- `--length` - -```bash -# Download latest 10 posts of the creator/artist -ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --length=10 - -# Download latest No.11-No.15 posts of the creator/artist -ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --offset=10 --length=5 -``` - ## Download posts that published within the specified time range `sync-creator` diff --git a/docs/en/index.md b/docs/en/index.md index 6389bac..ea787d6 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -93,12 +93,6 @@ ktoolbox download-post https://kemono.su/fanbox/user/49494721/post/6608808 # Download all posts of the creator/artist ktoolbox sync-creator https://kemono.su/fanbox/user/9016 -# Download latest 10 posts of the creator/artist -ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --length=10 - -# Download latest No.11-No.15 posts of the creator/artist -ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --offset=10 --length=5 - # Download posts from the creator/artist from 2024-1-1 to 2024-3-1 ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --start-time=2024-1-1 --end-time=2024-3-1 ``` diff --git a/docs/zh/commands/guide.md b/docs/zh/commands/guide.md index 7c151b8..735dd06 100644 --- a/docs/zh/commands/guide.md +++ b/docs/zh/commands/guide.md @@ -42,21 +42,6 @@ ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --offset=10 --length=5 ??? tip "更新作者目录" 你可以再次运行命令,文件名相同的文件将会被跳过。 -## 下载指定数量的作品 - -`sync-creator` - -- `--offset` -- `--length` - -```bash -# 下载作者/画师最新的 10 个作品 -ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --length=10 - -# 下载作者/画师最新的第 11 至 15 个作品 -ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --offset=10 --length=5 -``` - ## 下载在指定时间范围内发布的作品 `sync-creator` diff --git a/docs/zh/index.md b/docs/zh/index.md index 0a67de6..fbdebeb 100644 --- a/docs/zh/index.md +++ b/docs/zh/index.md @@ -92,12 +92,6 @@ ktoolbox download-post https://kemono.su/fanbox/user/49494721/post/6608808 # 下载作者/画师的所有作品 ktoolbox sync-creator https://kemono.su/fanbox/user/9016 -# 下载作者/画师最新的 10 个作品 -ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --length=10 - -# 下载作者/画师最新的第 11 至 15 个作品 -ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --offset=10 --length=5 - # 下载作者/画师从 2024-1-1 到 2024-3-1 的作品 ktoolbox sync-creator https://kemono.su/fanbox/user/9016 --start-time=2024-1-1 --end-time=2024-3-1 ```