summaryrefslogtreecommitdiff
path: root/bin/common/y2chid
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-05-15 23:57:01 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-05-16 00:48:51 +0200
commit2380c5a1b7991f8b2800fcaddeef4f41074727be (patch)
tree335344eeabfb1719086f6f334180a52525617413 /bin/common/y2chid
parent148ae72a5da7e6c145076d43ac53824dbee3de25 (diff)
removed y2chid, updated y2feed
Diffstat (limited to 'bin/common/y2chid')
-rwxr-xr-xbin/common/y2chid7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/common/y2chid b/bin/common/y2chid
deleted file mode 100755
index 68ba6bc..0000000
--- a/bin/common/y2chid
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-test -z "${chidot:=$1}" \
- && chidot="$(cat /dev/stdin)"
-
-echo "chidot: ${chidot}" 1>&2
-curl -s "https://www.youtube.com/${chidot}/"| pup 'meta[itemprop="channelId"] attr{content}'