aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2022-05-07 21:38:48 +0200
committerMiquel Lionel <lionel@les-miquelots.net>2022-05-07 21:38:48 +0200
commit4253dc7cf9e903152d21d8ab007e57f4b1946d91 (patch)
treecbc644ef4daa4a1a635b5f530a0056cff870b083 /README.md
parent78250be146dab52555eb641647f9f13569fc067f (diff)
downloadytagslurp-4253dc7cf9e903152d21d8ab007e57f4b1946d91.tar.gz
ytagslurp-4253dc7cf9e903152d21d8ab007e57f4b1946d91.zip
markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..24d3eaa
--- /dev/null
+++ b/README.md
@@ -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.