mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-23 05:24:26 +08:00
Merge branch 'main' of https://github.com/jw-star/Douyin_TikTok_Download_API
This commit is contained in:
commit
bac26e395b
@ -36,7 +36,8 @@ 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 this project API 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)
|
||||
配合本项目API实现应用内下载。
|
||||
|
||||
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 +168,7 @@ https://www.douyin.com/video/6914948781100338440
|
||||
https://www.douyin.com/discover?modal_id=7069543727328398622
|
||||
```
|
||||
|
||||
- TikTok URL Shortening (In-App Copy)
|
||||
- TikTok短网址 (APP内复制)
|
||||
|
||||
```text
|
||||
例子:
|
||||
@ -351,7 +352,7 @@ The project is deployed on a South Korean server, parsing TikTok errors, and vis
|
||||
> Deploy using the Pagoda Linux panel (
|
||||
> 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, 2333 for API, which can be modified in the file config.ini.)
|
||||
- First go to the security group to open ports 5000 and 2333 (default 5000 for Web, 2333 for API default, 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)
|
||||
|
||||

|
||||
@ -382,7 +383,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 let the container run in the background
|
||||
- Run the command to keep the container running in the background
|
||||
|
||||
```yaml
|
||||
docker compose up -d
|
||||
|
@ -367,7 +367,7 @@ http://localhost(服务器IP):2333/music?url="复制的(抖音/TikTok)口令/链
|
||||
- API啟動文件選擇`web_api.py`
|
||||
- 勾選安裝模塊依賴
|
||||
- 開機啟動隨意
|
||||
- 如果寶塔運行了`Nginx`等其他服务时请自行判断端口是否被占用,运行端口可在文件config.ini中修改。
|
||||
- 如果寶塔運行了`Nginx`等其他服務時請自行判斷端口是否被佔用,運行端口可在文件config.ini中修改。
|
||||
|
||||

|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user