v1ral_ITS

Terminal curl youtube-dl newest version

Jun 15th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. #!/bin/bash
  2. curl -L http://yt-dl.org/downloads/latest/youtube-dl --output ydl
  3. chmod +x ydl
  4. sudo cp ydl /usr/local/bin
Add Comment
Please, Sign In to add comment