/ykdl

a video downloader focus on China mainland video sites.

Primary LanguagePythonOtherNOASSERTION

YouKuDownLoader

a video downloader focus on China mainland video sites.

website: https://github.com/zhangn1985/ykdl

this project is a fork of you-get with below changes.

  1. Structured source code
  2. focus on China mainland video sites
  3. support Python2

Simple installation guide:

Linux/debian:

  1. sudo apt-get install ffmpeg mpv python3-pip
  2. pip3 install ykdl --upgrade --user
  3. add ~/.local/bin to your PATH

Windows:

  1. install python3 from python.org
  2. pip install --upgrade ykdl
  3. install deps: FFMPEG MPV to system PATH

Other Linux: please follow debian

Other OS: please DIY.

Site status:

please check wiki page: sites-status

file bugs or requirements are welcome

submit PRs are welcome