summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-11-03 07:44:00 -0500
committerColin Okay <colin@cicadas.surf>2022-11-03 07:44:00 -0500
commit1b3c838206120c1b3ce1051e344152b3deccff64 (patch)
treedc1f39d80765d952224d0e5ce700b21375265564
parent883e5fdf0bbb704fe4fe1dd78a7ee47eddb9cada (diff)
Add: youtube-dl to INSTALL
-rw-r--r--INSTALL11
1 files changed, 11 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 0cce93d..dcee8d2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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 |
+----------------------------------------------+