summaryrefslogtreecommitdiff
path: root/lib/search/Odysee
diff options
context:
space:
mode:
Diffstat (limited to 'lib/search/Odysee')
-rwxr-xr-xlib/search/Odysee10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/search/Odysee b/lib/search/Odysee
new file mode 100755
index 0000000..58c900f
--- /dev/null
+++ b/lib/search/Odysee
@@ -0,0 +1,10 @@
+#! /bin/bash
+
+source ./util/menu/deasy
+
+query="$(deasy "$1" 'Search Odysee')"
+selected="$(./ext/ytfzf -D -L -cO "$query")"
+[ -z "$selected" ] && exit 0
+
+./rmt-action "$2" "$selected"
+