Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work except for Windows exe.Windows exe requires Microsoft Visual C++ 2010 Redistributable Package (x86) and does not require Python that is already embedded into the binary.SHA256: a23b13763328b2bbf6a2575413c43caaeee87ffa5405091a98b600b6efaf8dbc
Windows exe (sig - SHA256 c0396d47480d7c9a14464a8e51e79993f88bd76d6bcfdb11312efd0d88f3c5c7)
Full source + docs + binary tarball (sig - SHA256 665905606b61cad2f4ac945823722c3bf951f3003f5a24506aea690f4189b5ca)
To install it right away for all UNIX users (Linux, OS X, etc.), type:
sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
If you do not have curl, you can alternatively use a recent wget:
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl
You can also use pip:
sudo pip install --upgrade youtube_dl
This command will upda
0コメント