summaryrefslogtreecommitdiff
path: root/bin/common/y2chid
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-06-18 23:05:23 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-06-18 23:05:23 +0200
commit11ee207cc10e72aa96fad4715b14a84c686ad480 (patch)
treebc98d60bb59ab0fdc183c6673fe8fe143fd367bc /bin/common/y2chid
parent305c8e8ff1fc4a76fb42151105e119e8266df57c (diff)
parent8c5d85923a970bd60657848e1c2c6f627c4329d9 (diff)
Merge branch 'main' of db:dotfiles
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}'