get_douyin_download_link
Generate watermark-free download links for Douyin videos by providing a share link or text containing the link. Returns JSON with video information and direct download URL.
Instructions
获取抖音视频的无水印下载链接
参数:
- share_link: 抖音分享链接或包含链接的文本
返回:
- 包含下载链接和视频信息的JSON字符串
Input Schema
Name | Required | Description | Default |
---|---|---|---|
share_link | Yes |
Input Schema (JSON Schema)
{
"properties": {
"share_link": {
"title": "Share Link",
"type": "string"
}
},
"required": [
"share_link"
],
"title": "get_douyin_download_linkArguments",
"type": "object"
}