From 136ae1a08cf871688908bc52f2fdec0e1253499c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 22:30:10 +0000 Subject: [PATCH] docs: Added README."en".md translation via https://github.com/dephraiim/translate-readme --- README.en.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.en.md b/README.en.md index e94e398..7f7de12 100644 --- a/README.en.md +++ b/README.en.md @@ -10,7 +10,7 @@ Language: \[[English](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/b ## 👻Introduction > For stability reasons, temporarily close /video (returns mp4 files) and /music (returns mp3 files) of the demo station -> These two functions, and the batch download function of the result page are also temporarily unavailable. If you need it, please deploy it yourself. Other functions can still be used normally on the demo site. The API server guarantees 99% of the time to run normally, but does not guarantee 100% parsing. Success, if parsing fails please wait a minute or two and try again. +> These two functions, and the batch download function of the result page are also temporarily unavailable. If you need it, please deploy it yourself. Other functions can still be used normally on the demo site. The API server guarantees 99% of the time to run normally, but does not guarantee 100% resolution. Success, if parsing fails please wait a minute or two and try again. 🚀Demo address: @@ -28,7 +28,7 @@ Updated on 2022/07/18, the shortcut command can automatically check for updates, 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 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 this project API 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 "Douyin TikTok No Watermark Download" This option, if you encounter a notification asking whether to allow shortcut commands to access xxxx (domain name or server), you need to click Allow before it can be used normally. The successfully downloaded video or gallery will be saved in a special album for easy browsing. @@ -167,7 +167,7 @@ https://www.douyin.com/video/6914948781100338440 https://www.douyin.com/discover?modal_id=7069543727328398622 ``` -- TikTok URL Shortening (In-App Copy) +- TikTok Short URL (In-App Copy) ```text 例子: @@ -352,14 +352,14 @@ The project is deployed on a South Korean server, parsing TikTok errors, and vis > The Chinese pagoda is going to be bound to a mobile phone number, which is very rogue and cannot be bypassed. It is recommended to use the international version of the pagoda. Google search for the 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, default 2333 for API, 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) ![](https://raw.githubusercontent.com/Evil0ctal/TikTokDownloader_PyWebIO/main/Screenshots/BT_Linux_Panel_Deploy_1.png) * * * - 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` - The startup method is changed to`python`