From 78250be146dab52555eb641647f9f13569fc067f Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Sat, 7 May 2022 21:37:48 +0200 Subject: add a simple readme --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README 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. -- cgit v1.2.3-54-g00ecf