diff --git a/README.md b/README.md index c44c0a2..9d436f3 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ Installers for the following tools are included: | misc | [z3](https://github.com/Z3Prover/z3) | Theorem prover from Microsoft Research. | | misc | [jdgui](http://jd.benow.ca/) | Java decompiler. | | misc | [veles](https://codisec.com/veles/) | Binary data analysis and visulalization tool. | +| misc | [youtube-dl](https://yt-dl.org/) | Latest version of the popular youtube downloader. | There are also a couple of installers for useful libraries included. Currently only the python bindings for these libraries are installed. diff --git a/youtube-dl/install b/youtube-dl/install new file mode 100755 index 0000000..a015720 --- /dev/null +++ b/youtube-dl/install @@ -0,0 +1,6 @@ +#!/bin/bash -ex + +wget https://yt-dl.org/latest/youtube-dl +chmod 755 youtube-dl +mkdir -p bin +mv youtube-dl bin