Awesome
Custom youtube-dl plugin for Oh My Zsh
Aliases: See youtube-dl.plugin.zsh
They tend to favor royalty-free file formats, as well as faster downloads & less storage use by foregoing higher-than-sufficient quality levels.
Usage: yt… https://URL.to/the/video
Installation
- Read Oh My Zsh's notes on custom plugins
cd $ZSH_CUSTOM/plugins
git clone https://github.com/katrinleinweber/oh-my-zsh-youtube-dl-aliases youtube-dl
- Add
youtube-dl
to your~/.zshrc
file'splugins=(…)
list - Restart your shell
Known issues
- Collision with
yarn test
alias - To view format list only, use
ytf https://URL.to/the/video
, abort prompt with <kbd>Ctrl</kbd>+<kbd>C</kbd>