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.
- Structured source code
- focus on China mainland video sites
- support Python2
Consider install from source by:
- sudo apt-get install ffmpeg mpv python3-pip
- pip3 install git+https://github.com/zhangn1985/ykdl.git --upgrade --user
- add ~/.local/bin to your PATH
Simple installation guide:
Linux/debian:
- sudo apt-get install ffmpeg mpv python3-pip
- pip3 install ykdl --upgrade --user
- add ~/.local/bin to your PATH
Windows:
- install python3 from python.org git from gitforwindows.org
- pip install --upgrade git+https://github.com/zhangn1985/ykdl.git
- 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