-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,21 +4,23 @@ | |
|
||
插件会自动识别 `APP分享链接`[^1] `web视频链接`[^2] 进行解析 | ||
|
||
| 功能 | 支持情况 | 是否需要配置 ck | 其他 | | ||
| ----------------- | ------------------ | --------------- | - | | ||
| ~~扫码登录取 ck~~ | 风控太严,做不了 | | | | ||
| 视频 | 支持 | 必须 | | | ||
| 图集 | 支持 | 必须 | | | ||
| 评论 | 支持 | 必须 | | | ||
| 用户主视频列表 | 初步支持 | 必须 | | | ||
| 视频更新推送 | 视频/图集/~~直播~~ | 必须 | 如何设置推送博主请看 [**动态推送**](./push.md) | | ||
| ... | ... | ... | | | ||
| 功能 | 支持情况 | 调用相关接口是否需要 ck | 其他 | | ||
| -------------- | -------- | ----------------------- | --------------------------------------------------------------------------- | | ||
| 扫码登录取 ck | 🔴 | | 风控太严格,无法实现 | | ||
| 视频 | 🟢 | ✔️ | | | ||
| 图集 | 🟢 | ✔️ | | | ||
| 评论 | 🟢 | ✔️ | | | ||
| 用户主视频列表 | 🟡 | ✔️ | | | ||
| 视频更新推送 | 🟢 | ✔️ | 支持的推送类型: 视频/图集<br>如何设置推送博主请看 [**动态推送**](./push.md) | | ||
| ... | ... | ... | | | ||
|
||
--- | ||
|
||
[^1]: 抖音的分享链接: [`8.74 复制打开抖音,看看【Aleks Kost的作品】当代网友:这是亚当本人吧? # 亚当仿妆# 用亚当... https://v.douyin.com/i6msCtFe/ [email protected] pDH:/ 12/11`](https://v.douyin.com/i6msCtFe/) | ||
|
||
::: details 如何配置抖音 `Cookie` | ||
|
||
[^2]: web视频链接: [`https://www.douyin.com/video/7375088329701854498`](https://www.douyin.com/video/7375088329701854498) | ||
[^2]: web 视频链接: [`https://www.douyin.com/video/7375088329701854498`](https://www.douyin.com/video/7375088329701854498) | ||
|
||
### 浏览器 | ||
|
||
|
@@ -40,7 +42,7 @@ | |
douyin: 此处填上你的抖音ck // [!code focus] | ||
# B站ck | ||
bilibili: | ||
bilibili: | ||
``` | ||
|
||
::: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters