From 4253dc7cf9e903152d21d8ab007e57f4b1946d91 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Sat, 7 May 2022 21:38:48 +0200 Subject: markdown --- README | 13 ------------- README.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 24d3eaa..0000000 --- a/README +++ /dev/null @@ -1,13 +0,0 @@ -# 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. 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. -- cgit v1.2.3-54-g00ecf