69 Star 540 Fork 0

Gitee 极速下载 / youtube-dl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ytdl-org/youtube-dl
克隆/下载
youtube-dl.plugin.zsh 1014 Bytes
一键复制 编辑 原始数据 按行查看 历史
dstftw 提交于 2019-03-09 19:14 . Start moving to ytdl-org
# This allows the youtube-dl command to be installed in ZSH using antigen.
# Antigen is a bundle manager. It allows you to enhance the functionality of
# your zsh session by installing bundles and themes easily.
# Antigen documentation:
# http://antigen.sharats.me/
# https://github.com/zsh-users/antigen
# Install youtube-dl:
# antigen bundle ytdl-org/youtube-dl
# Bundles installed by antigen are available for use immediately.
# Update youtube-dl (and all other antigen bundles):
# antigen update
# The antigen command will download the git repository to a folder and then
# execute an enabling script (this file). The complete process for loading the
# code is documented here:
# https://github.com/zsh-users/antigen#notes-on-writing-plugins
# This specific script just aliases youtube-dl to the python script that this
# library provides. This requires updating the PYTHONPATH to ensure that the
# full set of code can be located.
alias youtube-dl="PYTHONPATH=$(dirname $0) $(dirname $0)/bin/youtube-dl"
Python
1
https://gitee.com/mirrors/youtube-downloader.git
git@gitee.com:mirrors/youtube-downloader.git
mirrors
youtube-downloader
youtube-dl
master

搜索帮助