/python-dy-down

A small program for downloading douyin short videos (without watermark)

Primary LanguagePython

English | 简体中文

Introduction

A small program for downloading douyin short videos (without watermark) , which is made with Python.

Demo

demo.gif

Install

pip install requests tqdm

Usage

  1. Git clone adn run down.py.
git clone https://github.com/XavierJiezou/python-dy-down.git
cd python-dy-down
python down.py
  1. 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]
  1. 6904393356240047368.mp4 is the video that just downloaded.

Unpack

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.

Download

dydown-1.0.0-win64.exe

Recommend

python-ks-down: A small program for downloading kuaishou short videos.