- Fork https://github.com/github/dmca
- Download latest youtube-dl source code from https://yt-dl.org/latest
- Extract
tar -xvf youtube-dl-2020.09.20.tar.gz
- Push code to your fork as the GitHub CEO
cd youtube-dl-2020.09.20 git init git add . git config user.email "[email protected]" git config user.name "Nat Friedman" git commit -m "Your message to the RIAA and GitHub Here" git remote add origin [email protected]:YOURUSER/dmca git push -f origin master
- Get new URL to share!
echo "https://github.com/github/dmca/tree/$(git rev-parse HEAD)"
Clone hidden repo from DMCA repo:
git clone -n https://github.com/github/dmca.git youtube-dl
cd youtube-dl
git fetch origin 416da574ec0df3388f652e44f7fe71b1e3a4701f
git checkout FETCH_HEAD
@lrvick
The commits I pulled in are still there too: https://github.com/github/dmca/tree/416da574ec0df3388f652e44f7fe71b1e3a4701f
Youtube-dl2's PR was deleted too, mine was 8142, youtube-dl2's was 8146. I know the PRs aren't necessary, but maybe a sign that they are getting around to cleaning up this mess.
Edit: Worth noting that my merge commit was also deleted it seems: github/dmca@9bf7cff
But youtube-dl2's merge commit is still present: github/dmca@b018a9e