From a5ba341ceac6a73b690c2d84001766b75bcb249f Mon Sep 17 00:00:00 2001 From: Matthias Hecker Date: Sat, 28 Mar 2020 03:55:57 +0100 Subject: [PATCH] plugin(imdb): changed base url --- data/rbot/plugins/imdb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/rbot/plugins/imdb.rb b/data/rbot/plugins/imdb.rb index 57cae635..0f5c6024 100644 --- a/data/rbot/plugins/imdb.rb +++ b/data/rbot/plugins/imdb.rb @@ -12,7 +12,7 @@ # License:: MIT license class Imdb - IMDB = "http://www.imdb.com" + IMDB = "https://www.imdb.com" TITLE_OR_NAME_MATCH = /]*)>([^<]*)<\/a>/ TITLE_MATCH = /]*)>([^<]*)<\/a>/ NAME_MATCH = /]*)>([^<]*)<\/a>/ -- 2.39.2