aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..24d3eaa
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+# ytagslurp
+Provide a youtube URL as an argument and get tags from that video.
+Example:
+```bash
+$ ./ytagslurp https://youtu.be/watch?v=jNQXAC9IVRw
+me at the zoo,jawed karim,first youtube video
+```
+
+# Configuration
+You can change the `INVIDIOUS_INSTANCE` variable inside the script to another [invidious instance](https://instances.invidio.us/) if need arises.
+
+# License
+GPLv3.