💖更新截图
This commit is contained in:
parent
13f5cba2fc
commit
57089a592f
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
|
@ -34,7 +34,7 @@
|
|||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
- 运行main.py
|
||||
- [运行main.py](http://xn--main-k55ll68a.py)
|
||||
|
||||
```text
|
||||
python3 main.py
|
||||
|
|
@ -85,7 +85,9 @@ API可将请求参数转换为需要提取的无水印视频/图片直链,配
|
|||
http://localhost(服务器IP):80/api?url="复制的抖音链接"
|
||||
```
|
||||
|
||||
- 返回参数(视频/图集)
|
||||
- 返回参数
|
||||
|
||||
> 视频
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
@ -98,6 +100,8 @@ http://localhost(服务器IP):80/api?url="复制的抖音链接"
|
|||
}
|
||||
```
|
||||
|
||||
> 图集
|
||||
|
||||
```json
|
||||
{
|
||||
"Type": "image",
|
||||
|
|
@ -119,12 +123,16 @@ http://localhost(服务器IP):80/api?url="复制的抖音链接"
|
|||
|
||||
---
|
||||
|
||||
- 解析完成(单个/批量)
|
||||
- 解析完成
|
||||
|
||||
> 单个
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
> 批量
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue