summaryrefslogtreecommitdiff
path: root/lib/search
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2023-07-03 21:05:36 +0200
committerLM-LCL <hello@exaltedelite.club>2023-09-01 16:13:43 +0200
commit20da9380db10967dba80b1e39f867801c22c2a7c (patch)
tree847f5bbbd382710f64b228d4b06ff489f2f1948b /lib/search
parentcff64bf9e0838c9c8d5177782e664041833161b2 (diff)
ytfzf instance update
Diffstat (limited to 'lib/search')
-rwxr-xr-xlib/search/YouTube2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/search/YouTube b/lib/search/YouTube
index dd4ab63..43e3905 100755
--- a/lib/search/YouTube
+++ b/lib/search/YouTube
@@ -12,7 +12,7 @@ if [[ "$query" == *"$CH_SUFFIX" ]]
fi
[ -z "$query" ] && exit 0
-selected="$(./ext/ytfzf -D -L --type="$query_type" --ii='https://y.com.sb' "$query")"
+selected="$(./ext/ytfzf -D -L --type="$query_type" --ii='https://invidious.flokinet.to' "$query")"
[ -z "$selected" ] && exit 0
./rmt-action "$2" "$selected"