Skip to content

Commit 89e2a59

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 530d856 + f61d362 commit 89e2a59

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.en.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Part of TikHub's source code will be open sourced on Github, and it will sponsor
184184
- [x] Get user homepage work data
185185
- [x] Obtain the data of works liked by the user's homepage
186186
- [x] Get user homepage information
187-
- [x] Get fan data on user homepage
187+
- [x] Get user homepage fan data
188188
- [x] Get user homepage follow data
189189
- [x] Get user homepage collection work data
190190
- [x] Get user homepage collection data
@@ -238,7 +238,7 @@ asyncio.run(hybrid_parsing(url=input("Paste Douyin/TikTok/Bilibili share URL her
238238

239239
## 🗺️Supported submission formats:
240240

241-
> 💡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)
241+
> 💡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)
242242
243243
- Douyin sharing password (copy in APP)
244244

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

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

305305
## ⚠️Preparation work before deployment (please read carefully):
306306

@@ -316,7 +316,7 @@ Online:<https://api.douyin.wtf/docs>
316316

317317
## 💻Deployment (Method 1 Linux)
318318

319-
> 💡Tips: It is best to deploy this project to a server in the United States, otherwise strange BUGs may occur.
319+
> 💡Tips: It is best to deploy this project to a server in the United States, otherwise strange BUGs may appear.
320320
321321
Recommended for everyone to use[Digitalocean](https://www.digitalocean.com/)server, because you can have sex for free.
322322

@@ -341,9 +341,9 @@ My invitation link:
341341
- `sudo systemctl start Douyin_TikTok_Download_API.service`
342342
- `sudo systemctl stop Douyin_TikTok_Download_API.service`
343343

344-
> 开启/关闭开机自动运行
344+
> Turn on/off automatic operation at startup
345345
346-
- Use the following commands to set the service to run automatically at boot or cancel automatic run at boot:
346+
- Use the following command to set the service to run automatically at boot or cancel automatic run at boot:
347347
- `sudo systemctl enable Douyin_TikTok_Download_API.service`
348348
- `sudo systemctl disable Douyin_TikTok_Download_API.service`
349349

@@ -416,7 +416,7 @@ docker run -d --name douyin_tiktok_api -p 80:80 \
416416

417417
### Configuration file modification
418418

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

421421
- `/crawlers/douyin/web/config.yaml`
422422
- `/crawlers/tiktok/web/config.yaml`

0 commit comments

Comments
 (0)