mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-23 05:24:26 +08:00
docs: Added README."en".md translation via https://github.com/dephraiim/translate-readme
This commit is contained in:
parent
175f50641c
commit
2b7cf33faf
23
README.en.md
23
README.en.md
@ -1,9 +1,8 @@
|
||||
# welcome`Douyin_TikTok_Download_API`(Douyin/TikTok no watermark parsing API)
|
||||
|
||||

|
||||
[](https://github.com/Evil0ctal/TikTokDownloader_PyWebIO/blob/main/LICENSE)[](https://github.com/Evil0ctal/TikTokDownloader_PyWebIO/issues)[](https://github.com/Evil0ctal/TikTokDownloader_PyWebIO/network)[](https://github.com/Evil0ctal/TikTokDownloader_PyWebIO/stargazers)
|
||||
[](https://github.com/Evil0ctal/TikTokDownloader_PyWebIO/blob/main/LICENSE)[](https://github.com/Evil0ctal/TikTokDownloader_PyWebIO/issues)[](https://github.com/Evil0ctal/TikTokDownloader_PyWebIO/network)[](https://github.com/Evil0ctal/TikTokDownloader_PyWebIO/stargazers)
|
||||
|
||||
Language: \[[English](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/blob/main/README.en.md)] \[[Simplified Chinese](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/blob/main/README.md)] \[[繁体中文](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/blob/main/README.zh-TW.md)]
|
||||
Language: \[[English](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/blob/main/README.en.md)] \[[Simplified Chinese](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/blob/main/README.md)] \[[traditional Chinese](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/blob/main/README.zh-TW.md)]
|
||||
|
||||
> Note: This API is applicable to Douyin and TikTok. Douyin is TikTok in China. You can distribute or modify the code at will, but please mark the original author.
|
||||
|
||||
@ -21,7 +20,7 @@ Language: \[[English](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/b
|
||||
|
||||
This project uses[PyWebIO](https://github.com/pywebio/PyWebIO)、[Flask](https://github.com/pallets/flask), using Python to implement online batch parsing of Douyin's watermark-free video/atlas.
|
||||
|
||||
It can be used to download videos that the author prohibits to download, or to perform data crawling, etc., and can be matched with[iOS自带的快捷指令APP](https://apps.apple.com/cn/app/%E5%BF%AB%E6%8D%B7%E6%8C%87%E4%BB%A4/id915249334)Cooperate with the API of this project to realize in-app download.
|
||||
It can be used to download videos that the author prohibits to download, or to perform data crawling, etc., and can be matched with[Shortcut APP that comes with iOS](https://apps.apple.com/cn/app/%E5%BF%AB%E6%8D%B7%E6%8C%87%E4%BB%A4/id915249334)Cooperate with the API of this project to realize in-app download.
|
||||
|
||||
The shortcut command needs to be in the Douyin or TikTok APP, select the video you want to save, click the share button, and then find the option "Douyin TikTok without watermark download", if you encounter a notification asking whether to allow the shortcut command to access xxxx (domain name) or server), you need to click Allow to use it normally, and the successfully downloaded video or gallery will be saved in a special album for easy browsing.
|
||||
|
||||
@ -42,9 +41,9 @@ Note: After the Douyin APP is updated on 2022/04/29, click More Share to save th
|
||||
## 💯 Supported features:
|
||||
|
||||
- Support Douyin video/atlas parsing
|
||||
- 支持海外TikTok视频解析
|
||||
- Support overseas TikTok video analysis
|
||||
- Support batch parsing (support Douyin/TikTok hybrid parsing)
|
||||
- 解析结果页批量下载无水印视频
|
||||
- Parse the result page to download watermark-free videos in batches
|
||||
- Support API calls
|
||||
- support[iOS Shortcuts](https://apps.apple.com/cn/app/%E5%BF%AB%E6%8D%B7%E6%8C%87%E4%BB%A4/id915249334)Realize in-app download of video/atlas without watermark
|
||||
|
||||
@ -56,9 +55,9 @@ Note: After the Douyin APP is updated on 2022/04/29, click More Share to save th
|
||||
|
||||
* * *
|
||||
|
||||
## 🧭运行说明(经过测试过的Python版本为3.8):
|
||||
## 🧭 Running instructions (tested Python version is 3.8):
|
||||
|
||||
- 克隆本仓库:
|
||||
- Clone this repository:
|
||||
|
||||
```console
|
||||
git clone https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
|
||||
@ -327,9 +326,9 @@ http://localhost(服务器IP):2333/music?url="复制的(抖音/TikTok)口令/链
|
||||
|
||||
> It is best to deploy this project to an overseas server (preferably a server in the United States), otherwise strange problems may occur.
|
||||
|
||||
例子:
|
||||
项目部署在国内服务器,而人在美国,点击结果页面链接报错403 ,目测与抖音CDN有关系。
|
||||
项目部署在韩国服务器,解析TikTok报错 ,目测TikTok对某些地区或IP进行了限制。
|
||||
example:
|
||||
The project is deployed on a domestic server, and the person is in the United States. Clicking the link on the result page reports an error 403, which is visually related to the Douyin CDN.
|
||||
The project is deployed on a South Korean server, parsing TikTok errors, and visually TikTok restricts certain regions or IPs.
|
||||
|
||||
> Use the pagoda Linux panel for deployment (the Chinese pagoda must be bound to the mobile phone number, which is very rogue and cannot be bypassed. It is recommended to use the international version of the pagoda, Google search keyword aapanel to install it yourself, and the deployment steps are similar.)
|
||||
|
||||
@ -340,7 +339,7 @@ http://localhost(服务器IP):2333/music?url="复制的(抖音/TikTok)口令/链
|
||||
|
||||
* * *
|
||||
|
||||
- 创建一个项目名字随意
|
||||
- Create a project with an arbitrary name
|
||||
- Path select the path where you upload the file
|
||||
- Python version needs to be at least 3 or more (install it yourself in the version management on the left)
|
||||
- The frame is modified to`Flask`
|
||||
|
Loading…
x
Reference in New Issue
Block a user