DouyinParsing
DouyinParsing copied to clipboard
TikTok China(Douyin) No Watermark Video & Background Music Parser
English|简体中文
DouyinParsing
All-in-one analysis and download of TikTok(China) no-watermark videos, background music, author IDs, author nicknames, work titles, etc.
Features
- [x] Parse no-watermark videos
- [x] Parse background music
- [x] Parse video titles
- [x] Parse author nickname
- [x] Parse author ID
- [x] No need to remove extra characters
- [ ] TikTok parsing
- [ ] Download all videos with one click
Update
July, 2022
- [x] The Python version has been uploaded to PyPi and this project is no longer maintained. missuo/DouyinParser
April, 2022
January, 2021
- [x] improved stability
- [x] speed increase
- [x] PHP interface
Usage
Web Version(Recommended)
iOS Shortcuts
Click Share -> Copy link -> Run Shortcuts. The download will be completed automatically.
Android App
Developing...Coming soon...
Call Interface - For Developers
- 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!"
}
Python Version
The open source code for this repository missuo/DouyinParser.
License
Forbidden for any commercial use