fixed omdb

This commit is contained in:
Master Kwoth 2017-06-06 02:13:43 +02:00
parent fa29131818
commit 9efd41c25d

View File

@ -10,7 +10,7 @@ namespace NadekoBot.Modules.Searches.Commands.OMDB
{ {
public static class OmdbProvider public static class OmdbProvider
{ {
private const string queryUrl = "http://www.omdbapi.com/?t={0}&y=&plot=full&r=json"; private const string queryUrl = "https://omdbapi.nadekobot.me/?t={0}&y=&plot=full&r=json";
public static async Task<OmdbMovie> FindMovie(string name, IGoogleApiService google) public static async Task<OmdbMovie> FindMovie(string name, IGoogleApiService google)
{ {