English | 简体中文
A small program for downloading douyin short videos (without watermark) , which is made with Python.
pip install requests tqdm
- Git clone adn run
down.py
.
git clone https://github.com/XavierJiezou/python-dy-down.git
cd python-dy-down
python down.py
- Input a video url from douyin, like: https://v.douyin.com/JVFp8r5/.
请输入复制的抖音分享链接:https://v.douyin.com/JVFp8r5/
100%|█████████████| 6/6 [00:00<00:00, 1515.37KB/s]
- 6904393356240047368.mp4 is the video that just downloaded.
git clone https://github.com/XavierJiezou/python-dy-down.git
cd python-dy-down
pipenv install
pipenv shell
pip install requests tqdm
pip install pyinstaller
pyinstaller -F -i favicon.ico down.py
Note: Building EXE is placed in the dist
folder.
python-ks-down: A small program for downloading kuaishou short videos.