System: Mac X os
Network: WiseVPN
Program: Python
sudo pip install pytube
get the video url (just like this https://www.youtube.com/watch?v=EUoe7cf0HYw)
sudo python
download by python
from pytube import Youtube
yt = YouTube('http://youtube.com/watch?v=V54CEElTF_U')
yt.streams.frist().downloads()
get the video file
just like:
Taylor Swift - Call It What You Want (Lyric Video).mp4