diff options
author | Colin Okay <colin@cicadas.surf> | 2022-11-03 07:44:00 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-11-03 07:44:00 -0500 |
commit | 1b3c838206120c1b3ce1051e344152b3deccff64 (patch) | |
tree | dc1f39d80765d952224d0e5ce700b21375265564 | |
parent | 883e5fdf0bbb704fe4fe1dd78a7ee47eddb9cada (diff) |
Add: youtube-dl to INSTALL
-rw-r--r-- | INSTALL | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,4 +1,15 @@ ++--------------------------------------------+ +| YOUTUBE-DL | ++--------------------------------------------+ + +vampire relies on youtube-dl to fetch media and meta information. +Ensure that it is propery linstalled. + +e.g. + + pip3 install youtube-dl + +----------------------------------------------+ | BUILDING | +----------------------------------------------+ |