Created
October 27, 2020 13:28
-
-
Save nero/fbf6d91a3130f2ab5371db677ad102da to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
# Download youtube-dl from github | |
dirname="youtube-dl" | |
git clone --depth=1 https://github.com/github/dmca "$dirname" | |
cd "$dirname" | |
git fetch origin pull/8142/head | |
git branch youtube-dl 416da574e | |
git checkout youtube-dl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment