From 56f4c39ed3dfd9916adac99e6aad76a9f056a305 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Thu, 8 Jun 2017 06:37:01 +0200 Subject: [PATCH] Fixed api link for omdb --- src/NadekoBot/Modules/Searches/Commands/OMDB/OmdbProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Modules/Searches/Commands/OMDB/OmdbProvider.cs b/src/NadekoBot/Modules/Searches/Commands/OMDB/OmdbProvider.cs index a3d56fcf..59b8a6a1 100644 --- a/src/NadekoBot/Modules/Searches/Commands/OMDB/OmdbProvider.cs +++ b/src/NadekoBot/Modules/Searches/Commands/OMDB/OmdbProvider.cs @@ -10,7 +10,7 @@ namespace NadekoBot.Modules.Searches.Commands.OMDB { public static class OmdbProvider { - private const string queryUrl = "http://www.omdbapi.com/?t={0}&y=&plot=full&r=json"; + private const string queryUrl = "http://omdbapi.nadekobot.me/?t={0}&y=&plot=full&r=json"; public static async Task FindMovie(string name) {