UlovHer / Douyin

Based on python 3.7 + django 2.2.3, realize the analysis of the sharing link of TikTok video and get the original video.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Based on python 3.7 + django 2.2.3, realize the analysis of the sharing link of TikTok video and get the original video.

License:MIT License


Languages

Language:Python 47.0%Language:HTML 24.0%Language:CSS 15.2%Language:JavaScript 13.8%