summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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"