commit c2ccb444b67c7b7cdd24fdceb6772a1e6b5d7bf1
parent 93aa5edeaba4812d7058dd53afca3c86be0cf016
Author: Nixx <nixx@firemail.cc>
Date: Tue, 20 Oct 2020 13:31:13 +0100
Forgot licensing info
Diffstat:
3 files changed, 47 insertions(+), 2 deletions(-)
diff --git a/ytchannel b/ytchannel
@@ -1,7 +1,22 @@
#!/bin/sh
-# Last Revision: Sat 5 Sep 22:43:34 BST 2020
+# Last Revision: Tue 20 Oct 13:30:07 BST 2020
# A companion piece for ytsearch. Allows you to find the channel of videos, to use in RSS feed.
# DEPENDS: youtube-dl, xclip, coreutils
+#
+# Copyright (C) <2020> <nixx@firemail.cc>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
message () {
cat << EOF
diff --git a/ytformat b/ytformat
@@ -1,5 +1,20 @@
#!/bin/sh
# Just to convert one format of link to another.
+#
+# Copyright (C) <2020> <nixx@firemail.cc>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
end=$(echo "${1}" | rev | cut -d \/ -f 1 | rev)
printf "https://www.youtube.com/${end}" | xclip -in -selection clipboard
diff --git a/ytsearch b/ytsearch
@@ -1,7 +1,22 @@
#!/bin/sh
-# Last Revision: Sat 5 Sep 22:43:58 BST 2020
+# Last Revision: Tue 20 Oct 13:30:24 BST 2020
# A messy bash TUI client for YT/Invidious.
# DEPENDS: youtube-dl, mpv, ffmpeg, xclip, coreutils
+#
+# Copyright (C) <2020> <nixx@firemail.cc>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
message () {
cat << EOF