summaryrefslogtreecommitdiff
path: root/lib/action/Stream
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2023-07-16 20:43:50 +0200
committerLM-LCL <hello@exaltedelite.club>2023-09-01 16:14:03 +0200
commit5d748990bcf2e42415acc8a8f0c481d408ce5a73 (patch)
tree62ba626eb4ecbf5c3a2b9f8ed4f7fb63aea40947 /lib/action/Stream
parent20da9380db10967dba80b1e39f867801c22c2a7c (diff)
feature streamlining
Diffstat (limited to 'lib/action/Stream')
-rwxr-xr-xlib/action/Stream10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/action/Stream b/lib/action/Stream
deleted file mode 100755
index 3cb2536..0000000
--- a/lib/action/Stream
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/bash
-
-source ./util/menu/deasy
-
-BASEURL='https://actvid.com/search/'
-tailurl="$(deasy "$1" 'Stream Query' | tr ' ' '-' \
- | tr '[:upper:]' '[:lower:]')"
-
-xdg-open "$BASEURL$tailurl"
-