From 3a4c7baefdc8f72278b2631b87176ed9b4168d21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 09:54:18 +0000 Subject: [PATCH] docs: Added README."en".md translation via https://github.com/dephraiim/translate-readme --- README.en.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index 2ef8ec23d7..e8ab5ce47e 100644 --- a/README.en.md +++ b/README.en.md @@ -38,7 +38,7 @@ API-V2: For testing purposes, it supports inputting Douyin/TikTok user homepage 🧰API-V2: 💾iOS Shortcuts (Chinese):[Click to get](https://www.icloud.com/shortcuts/331073aca78345cf9ab4f73b6a457f97)( -Updated on 2022/07/18, the shortcut command can automatically check for updates, just install it once. ) +Updated on 2022/07/18, the shortcut command can automatically check for updates, and you can install it once. ) 🌎iOS Shortcut(English):[Click to get](https://www.icloud.com/shortcuts/83548306bc0c4f8ea563108f79c73f8d)(Updated on 2022/07/18, this shortcut will automatically check for updates, only need to install it once.) @@ -49,7 +49,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. @@ -191,7 +191,7 @@ https://www.douyin.com/video/6914948781100338440 https://www.douyin.com/discover?modal_id=7069543727328398622 ``` -- TikTok Short URL (In-App Copy) +- TikTok短网址 (APP内复制) ```text 例子: @@ -304,7 +304,7 @@ http://localhost(服务器IP):2333/api?url="复制的(抖音/TikTok)口令/链 } ``` -> TikTok视频 +> TikTok videos ```JSON { @@ -376,7 +376,7 @@ 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) @@ -408,7 +408,7 @@ curl -fsSL get.docker.com -o get-docker.sh&&sh get-docker.sh &&systemctl enable ``` - Just leave the config.int and docker-compose.yml files -- Run the command to keep the container running in the background +- Run the command to let the container run in the background ```yaml docker compose up -d