# ykdl **Repository Path**: springtyc/ykdl ## Basic Information - **Project Name**: ykdl - **Description**: 视频下载 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README YouKuDownLoader =============== .. image:: https://img.shields.io/pypi/v/ykdl.svg :target: https://pypi.python.org/pypi/ykdl .. image:: https://travis-ci.org/zhangn1985/ykdl.svg :target: https://travis-ci.org/zhangn1985/ykdl 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 Consider install from source by: 0. sudo apt-get install ffmpeg mpv python3-pip 1. pip3 install git+https://github.com/zhangn1985/ykdl.git --upgrade --user 2. add `~/.local/bin` to your PATH Simple installation guide: Linux/debian: 0. sudo apt-get install ffmpeg mpv python3-pip 1. pip3 install ykdl --upgrade --user 2. add ~/.local/bin to your PATH Windows: 0. install python3 from `python.org `_ git from `gitforwindows.org `_ 1. pip install --upgrade git+https://github.com/zhangn1985/ykdl.git 2. 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