Skip to content

Commit dc6b5a9

Browse files
docs: Added README."en".md translation via https://github.com/dephraiim/translate-readme
1 parent 7373b2a commit dc6b5a9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.en.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ Free Douyin/TikTok API:[Tikhub Beta Opi](https://beta.tikhub.io/)
4949

5050
> 🚨If you need to use a private server to run this project, please refer to the deployment method\[[Docker deployment](./README.md#%E9%83%A8%E7%BD%B2%E6%96%B9%E5%BC%8F%E4%BA%8C-docker),[One-click deployment](./README.md#%E9%83%A8%E7%BD%B2%E6%96%B9%E5%BC%8F%E4%B8%80-linux)]
5151
52-
This project is based on[PyWebIO](https://github.com/pywebio/PyWebIO)[FastAPI](https://fastapi.tiangolo.com/)[HTTPX](https://www.python-httpx.org/), fast and asynchronous[Tik Tok](https://www.douyin.com/)/[TikTok](https://www.tiktok.com/)Data crawling tool, and realizes online batch parsing and downloading of videos or photo albums without watermarks, data crawling API, iOS shortcut commands without watermark downloads through the Web, etc. You can deploy or modify this project yourself to achieve more functions, or you can call it directly in your project[scraper.py](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/blob/Stable/scraper.py)or install an existing[pip package](https://pypi.org/project/douyin-tiktok-scraper/)As a parsing library, it is easy to crawl data, etc.....
52+
This project is based on[PyWebIO](https://github.com/pywebio/PyWebIO)[FastAPI](https://fastapi.tiangolo.com/)[HTTPX](https://www.python-httpx.org/), fast and asynchronous[Tik Tok](https://www.douyin.com/)/[TikTok](https://www.tiktok.com/)Data crawling tool, and realizes online batch parsing and downloading of videos or photo albums without watermarks, data crawling API, and iOS shortcut command without watermark downloads through the Web. You can deploy or modify this project yourself to achieve more functions, or you can call it directly in your project[scraper.py](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/blob/Stable/scraper.py)or install an existing[pip package](https://pypi.org/project/douyin-tiktok-scraper/)As a parsing library, it is easy to crawl data, etc.....
5353

5454
_Some simple application scenarios:_
5555

5656
_Download prohibited videos, perform data analysis, download without watermark on iOS (with[Shortcut command 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 achieve in-app downloads or read clipboard downloads), etc....._
5757

5858
## 🖥Demo site: I am very vulnerable...please do not stress test (·•᷄ࡇ•᷅ )
5959

60-
> 😾I turned off the online download function of the demo site. The video someone downloaded was so huge that it crashed my server. I just right-clicked on the webpage parsing result and saved it...
60+
> 😾I turned off the online download function of the demo site. The video someone downloaded was so huge that it crashed my server. Just right-click on the web page parsing results and save it...
6161
6262
🍔Web APP:<https://douyin.wtf/>
6363

@@ -91,7 +91,7 @@ _Download prohibited videos, perform data analysis, download without watermark o
9191
9292
- use`PyWebIO`A simple web program created to process the values ​​entered on the web page and then use them`Crawlers`The related class processing interface outputs related data on the web page.
9393

94-
**_Most of the parameters of the above files can be found in the corresponding`config.yaml`Modify in_**
94+
**_Most of the parameters of the above files can be found in the corresponding`config.yaml`Make changes in_**
9595

9696
## 💡Project file structure
9797

@@ -149,7 +149,7 @@ asyncio.run(hybrid_parsing(url=input("Paste Douyin/TikTok/Bilibili share URL her
149149

150150
## 🗺️Supported submission formats:
151151

152-
> 💡Tip: Including but not limited to the following examples. If you encounter link parsing failure, please open a new one.[issue](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues)
152+
> 💡Tip: Including but not limited to the following examples, if you encounter link parsing failure, please open a new one[issue](https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues)
153153
154154
- Kuaishou video link
155155

@@ -231,7 +231,7 @@ Online:<https://api.douyin.wtf/docs>
231231
- Crawl video data (TikTok or Douyin hybrid analysis)`https://api.douyin.wtf/api/hybrid/video_data?url=[视频链接/Video URL]&minimal=false`
232232
- Download videos/photo albums (TikTok or Douyin hybrid analysis)`https://api.douyin.wtf/api/download?url=[视频链接/Video URL]&prefix=true&with_watermark=false`
233233

234-
**_For more demonstrations, please see the documentation..._**
234+
**_For more demonstrations, please view the document content..._**
235235

236236
## 💻Deployment (Method 1 Linux)
237237

@@ -262,7 +262,7 @@ My invitation link:
262262

263263
> Turn on/off automatic operation at startup
264264
265-
- Use the following commands to set the service to run automatically at boot or cancel automatic run at boot:
265+
- Use the following command to set the service to run automatically at boot or cancel automatic run at boot:
266266
- `sudo systemctl enable Douyin_TikTok_Download_API.service`
267267
- `sudo systemctl disable Douyin_TikTok_Download_API.service`
268268

@@ -335,15 +335,15 @@ docker run -d --name douyin_tiktok_api -p 80:80 \
335335

336336
### Configuration file modification
337337

338-
Most of the project configuration can be found in the following directories:`config.yaml`File modification:
338+
Most of the configuration of the project can be found in the following directories:`config.yaml`File modification:
339339

340340
- `/crawlers/douyin/web/config.yaml`
341341
- `/crawlers/tiktok/web/config.yaml`
342342
- `/crawlers/tiktok/app/config.yaml`
343343

344344
### Step 5: Stop and remove the container
345345

346-
When you need to stop and remove containers, use the following commands:
346+
When you need to stop and remove a container, use the following commands:
347347

348348
```bash
349349
# Stop

0 commit comments

Comments
 (0)