From 13741b8317ccda22e70f697b58fe89abc5bc187a Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 11 Feb 2023 22:35:07 +0100 Subject: [PATCH] Use ytdlp instead of ytdl by default, not retroactive, only new users affected --- src/NadekoBot/Modules/Searches/_Common/Config/SearchesConfig.cs | 2 +- src/NadekoBot/data/searches.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/Modules/Searches/_Common/Config/SearchesConfig.cs b/src/NadekoBot/Modules/Searches/_Common/Config/SearchesConfig.cs index e05010a0a..f2147e547 100644 --- a/src/NadekoBot/Modules/Searches/_Common/Config/SearchesConfig.cs +++ b/src/NadekoBot/Modules/Searches/_Common/Config/SearchesConfig.cs @@ -30,7 +30,7 @@ public partial class SearchesConfig : ICloneable - `ytdlp` - recommended easy, uses `yt-dlp`. Requires `yt-dlp` to be installed and it's path added to env variables - `invidious` - recommended advanced, uses invidious api. Requires at least one invidious instance specified in the `invidiousInstances` property")] - public YoutubeSearcher YtProvider { get; set; } = YoutubeSearcher.Ytdl; + public YoutubeSearcher YtProvider { get; set; } = YoutubeSearcher.Ytdlp; [Comment(@"Set the searx instance urls in case you want to use 'searx' for either img or web search. Nadeko will use a random one for each request. diff --git a/src/NadekoBot/data/searches.yml b/src/NadekoBot/data/searches.yml index 4422f2318..0c2625bbb 100644 --- a/src/NadekoBot/data/searches.yml +++ b/src/NadekoBot/data/searches.yml @@ -18,7 +18,7 @@ imgSearchEngine: Google # - `ytdlp` - recommended easy, uses `yt-dlp`. Requires `yt-dlp` to be installed and it's path added to env variables # # - `invidious` - recommended advanced, uses invidious api. Requires at least one invidious instance specified in the `invidiousInstances` property -ytProvider: Ytdl +ytProvider: Ytdlp # Set the searx instance urls in case you want to use 'searx' for either img or web search. # Nadeko will use a random one for each request. # Use a fully qualified url. Example: `https://my-searx-instance.mydomain.com`