youtube-dl from git
Endwall
12/04/2016 (Sun) 06:02:28
No.
711
del
Install Youtube-dl from source git$ cd ~/
$ mkdir -p git
$ cd git
$ torsocks git clone
https://github.com/rg3/youtube-dl.git$ cd youtube-dl
$ su
# torsocks pacman -S zip pandoc
# pacman -Rc youtube-dl
# exit
$ make
$ ls
$ cd ~/bin
$ ln -s ~/git/youtube-dl/youtube-dl youtube-dl
$ cd ~
$ export PATH=$HOME/bin:$PATH
Message too long. Click here to view full text.