summaryrefslogtreecommitdiff
path: root/bin/extra/ehbtodl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/extra/ehbtodl')
-rwxr-xr-xbin/extra/ehbtodl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/extra/ehbtodl b/bin/extra/ehbtodl
index 39d8621..df11797 100755
--- a/bin/extra/ehbtodl
+++ b/bin/extra/ehbtodl
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
echo "$1" | sed 's/-H/\\\n\t&/g' | sed '/gzip/d' > /tmp/curlcommand.sh
sh /tmp/curlcommand.sh > /tmp/ehbso.html
vids="$(grep -oE "youtube\.com/embed/.{11}" /tmp/ehbso.html | cut -d'/' -f 3 | tr '\n' ' ')"