Created
September 9, 2017 04:21
-
-
Save abdulhadad/b9e88e6521554b9677e72efccbf79f76 to your computer and use it in GitHub Desktop.
Youtajir/youfakir, youtube-dl wrapper for Bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias youtajir="youtube-dl -o '%(title)s.%(ext)s' -f 'best'" | |
alias youfakir="youtube-dl -o '%(title)s.%(ext)s' -f 'best[height<=480]'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment