aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2022-05-07 21:37:48 +0200
committerMiquel Lionel <lionel@les-miquelots.net>2022-05-07 21:37:48 +0200
commit78250be146dab52555eb641647f9f13569fc067f (patch)
treea93a6db241807f14bca137b59e144848e5c8698e
parentedf62abd0c7b9bb7a99e313056c7563a1e24b84a (diff)
downloadytagslurp-78250be146dab52555eb641647f9f13569fc067f.tar.gz
ytagslurp-78250be146dab52555eb641647f9f13569fc067f.zip
add a simple readme
-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.