diff --git a/README.en.md b/README.en.md index d10b325..2143e15 100644 --- a/README.en.md +++ b/README.en.md @@ -50,8 +50,8 @@ _Download videos that are prohibited from being downloaded, perform data analysi ## 🔊 V4 version notes -- If you are interested in writing this project, please add WeChat`Evil0ctal`Note: Github project reconstruction, everyone can communicate and learn from each other in the group, and do not allow advertisements or illegal things to be made purely friends and technical communication. -- This project uses`X-Bogus`Algorithm and`A_Bogus`The algorithm requests TikTok and TikTok's Web API. +- If you are interested in writing this project, please add WeChat.`Evil0ctal`Note: Github project reconstruction, everyone can communicate and learn from each other in the group, and do not allow advertisements or illegal things to be made purely friends and technical communication. +- This project uses`X-Bogus`Algorithm and`A_Bogus`The algorithm requests the web APIs of TikTok and TikTok. - Due to Douyin's risk control, please go to**Get the Douyin website cookies in the browser and replace them in config.yaml.** - Please read the document below before asking for an issue, and most solutions to the problem will be included in the document. - This project is completely free, but please follow it when using it:[Apache-2.0 license](https://github.com/Evil0ctal/Douyin_TikTok_Download_API?tab=Apache-2.0-1-ov-file#readme) @@ -68,7 +68,7 @@ Simplify the usage process and quickly carry out development work using the enca > 💰 Cost Advantage -There is no preset package limit, no monthly usage threshold, all consumption is billed instantly based on the actual usage, and is billed step by step based on the user's daily request volume. At the same time, you can check in in the user's background through daily check-in, and these free amounts will not expire. +There is no preset package limit, no monthly usage threshold, all consumption is billed instantly based on the actual usage, and is charged step by step based on the user's daily request volume. At the same time, you can check in in the user's background through daily check-in, and these free amounts will not expire. > ⚡️ Quick support @@ -87,7 +87,7 @@ Some of the source code of TikHub will be open sourced on Github and will sponso ## 🖥 Demo site: I am very fragile... Please do not press test (·•᷄ࡇ•᷅ ) -> 😾The online download function of the demo site has been turned off, and Douyin's parsing and API services cannot be guaranteed for availability on the Demo site due to cookies. +> 😾演示站点的在线下载功能已关闭,并且由于Cookie原因,Douyin的解析以及API服务在Demo站点无法保证可用性。 🍔Web APP: @@ -101,7 +101,7 @@ Some of the source code of TikHub will be open sourced on Github and will sponso - [Johnserf-Seed/Tiktokdownload](https://github.com/Johnserf-Seed/TikTokDownload) - [HFrost0/bilix](https://github.com/HFrost0/bilix) -- [Tairraos/TikDown - \[Updated to be\]](https://github.com/Tairraos/TikDown/) +- [Tairraos/TikDown - \[Updated required\]](https://github.com/Tairraos/TikDown/) ## ⚗️Technology Stack @@ -115,7 +115,7 @@ Some of the source code of TikHub will be open sourced on Github and will sponso > **_/app/api_** -- Obtain the request parameters and use`Crawlers`After processing data, the related classes return in JSON form, download videos, and implement fast calls with iOS shortcuts, and support asynchronous. +- Obtain the request parameters and use`Crawlers`After processing data, the related classes return in JSON form, download videos, and implement quick calls with iOS shortcuts, and support asynchronous. > **_/app/web_** @@ -148,8 +148,8 @@ Some of the source code of TikHub will be open sourced on Github and will sponso - Batch analysis on the web side (supports Douyin/TikTok hybrid analysis) - Download videos or albums online. -- Production[pip package](https://pypi.org/project/douyin-tiktok-scraper/)方便快速导入你的项目 -- [iOS shortcuts to quickly call API](https://apps.apple.com/cn/app/%E5%BF%AB%E6%8D%B7%E6%8C%87%E4%BB%A4/id915249334)Implement watermark-free videos/pictures in-app download +- Production[pip package](https://pypi.org/project/douyin-tiktok-scraper/)Easy and quick import of your project +- [iOS shortcuts to quickly call API](https://apps.apple.com/cn/app/%E5%BF%AB%E6%8D%B7%E6%8C%87%E4%BB%A4/id915249334)Implement watermark-free video/picture collection in-app download - Complete API documentation ([Demo/Demo](https://api.douyin.wtf/docs)) - Rich API interfaces: - TikTok web version API @@ -184,7 +184,7 @@ Some of the source code of TikHub will be open sourced on Github and will sponso - [x] Get user homepage information - [x] Get the user's homepage fan data - [x] Get user's homepage follow data - - [x] 获取用户主页合辑作品数据 + - [x] Obtain data on the collection of works by users on the homepage - [x] Get search data for users' homepage - [x] Get user homepage playlist data - [x] Get individual video comment data @@ -220,7 +220,7 @@ Some of the source code of TikHub will be open sourced on Github and will sponso ## 📦 Call the parsing library (deprecated and needs to be updated): -> 💡PIPI : +> 💡PYPI : Install the parsing library:`pip install douyin-tiktok-scraper` @@ -314,7 +314,7 @@ Online: - - I turned off the online download function of the demonstration site. Someone downloaded a huge video and it crashed directly on my server. You can right-click to save the video on the web parsing result page... - The cookies on the demo site are my own and are not guaranteed to be valid for a long time. They only serve as a demonstration. If you deploy it yourself, please get the cookies yourself. -- HTTP 403 error will occur if you need to access the video link returned by TikTok Web API. Please use the API in this project`/api/download`The interface downloads TikTok videos. This interface has been manually closed in the demonstration site, and you need to deploy this project yourself. +- HTTP 403 error occurs if you need to access the video link returned by TikTok Web API. Please use the API in this project`/api/download`The interface downloads TikTok videos. This interface has been manually closed in the demonstration site, and you need to deploy this project yourself. - There is one here**Video tutorial**You can refer to:**__** ## 💻Deployment (Method 1 Linux) @@ -397,7 +397,7 @@ Use the following command to check if your container is running: docker ps ``` -这将列出所有活动容器。查找`douyin_tiktok_api `to confirm its normal operation. +This lists all active containers. Find`douyin_tiktok_api `to confirm its normal operation. ### Step 4: Access the application