From 20da9380db10967dba80b1e39f867801c22c2a7c Mon Sep 17 00:00:00 2001 From: LM-LCL Date: Mon, 3 Jul 2023 21:05:36 +0200 Subject: ytfzf instance update --- README.md | 2 +- lib/search/YouTube | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3e176c..e651b31 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ All the scripts do require relative file paths to work, except for lcl-start & l ## Usage - ./rmt-action [Clipboard Link] - **Param Nº1:** Skip dmenu Nº1 (./rmt-action 'Play') - - **Param Nº2:** Skip clipboard link (./rmt-action 'Play' 'https://y.com.sb/watch?v=AhZqOYu5BOw') + - **Param Nº2:** Skip clipboard link (./rmt-action 'Play' 'https://invidious.flokinet.to/watch?v=AhZqOYu5BOw') - ./rmt-search [Acquire Link & Forward To ./rmt-action] - **Param Nº1:** Skip dmenu Nº1 (./rmt-search '1337x') - **Param Nº2:** Skip dmenu Nº2 (./rmt-search '1337x' 'Collateral 2004') 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" -- cgit v1.2.3