diff options
| author | LM-LCL <hello@exaltedelite.club> | 2023-07-03 21:05:36 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2023-09-01 16:13:43 +0200 |
| commit | 20da9380db10967dba80b1e39f867801c22c2a7c (patch) | |
| tree | 847f5bbbd382710f64b228d4b06ff489f2f1948b | |
| parent | cff64bf9e0838c9c8d5177782e664041833161b2 (diff) | |
ytfzf instance update
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | lib/search/YouTube | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" |
