English|简体中文
All-in-one analysis and download of TikTok(China) no-watermark videos, background music, author IDs, author nicknames, work titles, etc.
- Parse no-watermark videos
- Parse background music
- Parse video titles
- Parse author nickname
- Parse author ID
- No need to remove extra characters
- TikTok parsing
- Download all videos with one click
- The Python version has been uploaded to PyPi and this project is no longer maintained. missuo/DouyinParser
- improved stability
- speed increase
- PHP interface
Click Share -> Copy link -> Run Shortcuts. The download will be completed automatically.
Developing...Coming soon...
- Please be careful not to use my interface for any profit-making activities.
- I don't have any restrictions on the number of times the interface can be used.
- Developers can call it an unlimited number of times to finish the parsing of the applet or other versions.
- No need to remove any Chinese characters when passing in parameters.
- Support GET and POST requests
- Please remove the referrer in the jump
rel="noopener noreferrer"
or<meta name="referrer" content="never">
API: https://api.missuo.me/douyin
Example: (Send GET Request)
https://api.missuo.me/douyin?url=https://v.douyin.com/JHC3f6U/
Response(Success):
{
"code": 200,
"status": "success",
"mp4": "https://aweme.snssdk.com/aweme/v1/play/?video_id=v0300fac0000bunodsrcdphlft5871u0&ratio=720p&line=0",
"mp3": "https://sf6-cdn-tos.douyinstatic.com/obj/ies-music/6889721604616899336.mp3",
"desc": "与其隔空要求的忠诚 不如让彼此自由",
"id": "20377085",
"nickname": "拔刀小爱神"
}
Response(Failed):
{
"code": 404,
"status": "failed",
"msg": "Missing URL parameter!"
}
{
"code": 404,
"status": "failed",
"msg": "Incomputive URL is incorrect!"
}
The open source code for this repository missuo/DouyinParser.
Forbidden for any commercial use