Skip to content

Commit a9e8598

Browse files
committed
added youtube-dl for annoying recons
1 parent f2431a0 commit a9e8598

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Installers for the following tools are included:
100100
| misc | [z3](https://github.com/Z3Prover/z3) | Theorem prover from Microsoft Research. | <!--tool--><!--times-out-->
101101
| misc | [jdgui](http://jd.benow.ca/) | Java decompiler. | <!--tool--><!--test-->
102102
| 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-->
103104

104105
There are also a couple of installers for useful libraries included. Currently
105106
only the python bindings for these libraries are installed.

youtube-dl/install

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

0 commit comments

Comments
 (0)