Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 380 Bytes

readme.md

File metadata and controls

17 lines (14 loc) · 380 Bytes

1 抖音视频下载

基于 python 3.7 + django 2.2.3, 实现解析抖音视频的分享链接,获取原始视频,支持在线观看和下载。

2 安装

# 安装相关库
pip install -r requirements.txt

# 运行
python manage.py runserver

# 运行指定端口
python manage.py runserver 127.0.0.1:8088

3 预览

2