File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ Installers for the following tools are included:
100
100
| misc | [ z3] ( https://github.com/Z3Prover/z3 ) | Theorem prover from Microsoft Research. | <!-- tool--> <!-- times-out-->
101
101
| misc | [ jdgui] ( http://jd.benow.ca/ ) | Java decompiler. | <!-- tool--> <!-- test-->
102
102
| misc | [ veles] ( https://codisec.com/veles/ ) | Binary data analysis and visulalization tool. | <!-- tool--> <!-- test-->
103
+ | misc | [ youtube-dl] ( https://yt-dl.org/ ) | Latest version of the popular youtube downloader. | <!-- tool--> <!-- test-->
103
104
104
105
There are also a couple of installers for useful libraries included. Currently
105
106
only the python bindings for these libraries are installed.
Original file line number Diff line number Diff line change
1
+ #! /bin/bash -ex
2
+
3
+ wget https://yt-dl.org/latest/youtube-dl
4
+ chmod 755 youtube-dl
5
+ mkdir -p bin
6
+ mv youtube-dl bin
You can’t perform that action at this time.
0 commit comments