mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-20 22:40:08 +08:00
docs: Added README."en".md translation via https://github.com/dephraiim/translate-readme
This commit is contained in:
parent
424627c0b6
commit
3155872c3b
14
README.en.md
14
README.en.md
@ -10,6 +10,8 @@ Language: \[[English](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/b
|
|||||||
|
|
||||||
Ladies and gentlemen, this site has been providing free API services since November 2021. The server cost of Azure is basically 15$ per month, so please sponsor me a little bit if you can (not just want to eat, the United States is too toothless) Expensive and no money•﹏•), so if you have the ability, you can sponsor my overseas server or transfer money to me, I will put the sponsorship list in the project readme file, and sincerely thank you for your recognition and support, really It's not because I want to have a meal, it's forced by life, and it's a helpless move. I hope you understand.
|
Ladies and gentlemen, this site has been providing free API services since November 2021. The server cost of Azure is basically 15$ per month, so please sponsor me a little bit if you can (not just want to eat, the United States is too toothless) Expensive and no money•﹏•), so if you have the ability, you can sponsor my overseas server or transfer money to me, I will put the sponsorship list in the project readme file, and sincerely thank you for your recognition and support, really It's not because I want to have a meal, it's forced by life, and it's a helpless move. I hope you understand.
|
||||||
|
|
||||||
|
The server problem has been solved (the wool is 4$ per month). The disadvantage is that it is a bit slow. The average response speed of the API is about 1s. If you think it is too slow, you can try to deploy it yourself.
|
||||||
|
|
||||||
My WeChat: Evil0ctal
|
My WeChat: Evil0ctal
|
||||||
|
|
||||||
## 👻Introduction
|
## 👻Introduction
|
||||||
@ -30,7 +32,7 @@ My WeChat: Evil0ctal
|
|||||||
|
|
||||||
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.
|
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[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 this project API 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.
|
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.
|
||||||
|
|
||||||
@ -332,7 +334,7 @@ http://localhost(服务器IP):2333/music?url="复制的(抖音/TikTok)口令/链
|
|||||||
## 💾Deploy
|
## 💾Deploy
|
||||||
|
|
||||||
> Note:
|
> Note:
|
||||||
> The screenshots may not match the text due to update problems, please refer to the text description first.
|
> The screenshots may not match the text due to update problems. Please refer to the text description first.
|
||||||
|
|
||||||
> It is best to deploy this project to an overseas server (preferably a server in the United States), otherwise strange problems may occur.
|
> It is best to deploy this project to an overseas server (preferably a server in the United States), otherwise strange problems may occur.
|
||||||
|
|
||||||
@ -340,10 +342,10 @@ 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 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.
|
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 (Chinese pagoda must be bound to the mobile phone number, which is very rogue and cannot be bypassed. It is recommended to use the pagoda international version, Google search keyword aapanel to install it yourself, and the deployment steps are similar.)
|
> 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.)
|
||||||
|
|
||||||
- First go to the security group to open ports 5000 and 2333 (default 5000 for Web, 2333 for API default, which can be modified in the file config.ini.)
|
- First go to the security group to open ports 5000 and 2333 (default 5000 for Web, 2333 for API default, which can be modified in the file config.ini.)
|
||||||
- Search for python in the Pagoda app store and install the project manager (version 1.9 is recommended)
|
- Search for python in the pagoda app store and install the project manager (version 1.9 is recommended)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -358,7 +360,7 @@ The project is deployed on a South Korean server, parsing TikTok errors, and vis
|
|||||||
- API startup file selection`web_api.py`
|
- API startup file selection`web_api.py`
|
||||||
- Check install module dependencies
|
- Check install module dependencies
|
||||||
- Start at will
|
- Start at will
|
||||||
- If the pagoda runs`Nginx`When waiting for other services, please judge whether the port is occupied. The running port can be modified in the file config.ini.
|
- 如果宝塔运行了`Nginx`When waiting for other services, please judge whether the port is occupied. The running port can be modified in the file config.ini.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -367,7 +369,7 @@ The project is deployed on a South Korean server, parsing TikTok errors, and vis
|
|||||||
## 🎉 Screenshot
|
## 🎉 Screenshot
|
||||||
|
|
||||||
> Note:
|
> Note:
|
||||||
> The screenshots may not match the text due to update problems, please refer to the text description first.
|
> The screenshots may not match the text due to update problems. Please refer to the text description first.
|
||||||
|
|
||||||
- Main interface
|
- Main interface
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user