summaryrefslogtreecommitdiff
path: root/scripts/ytrss
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ytrss')
-rwxr-xr-xscripts/ytrss15
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/ytrss b/scripts/ytrss
deleted file mode 100755
index 8539b18..0000000
--- a/scripts/ytrss
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-if test -n "$1";
-then
- id=$1
-elif test ! -t 0;
-then
- id=$(cat < /dev/stdin)
-else
- echo "ytrss: No Input"
- exit
-fi
-
-echo "https://www.youtube.com/feeds/videos.xml?channel_id="$id
-