From 904106997bab0ea9894516ae324af6f3538ccf24 Mon Sep 17 00:00:00 2001 From: Matthias -apoc- Hecker Date: Thu, 18 Mar 2010 14:06:48 +0100 Subject: Small imdb plugin fix. Just changed the imdb url. --- data/rbot/plugins/imdb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/rbot/plugins/imdb.rb b/data/rbot/plugins/imdb.rb index 33e13b63..0c2a74ce 100644 --- a/data/rbot/plugins/imdb.rb +++ b/data/rbot/plugins/imdb.rb @@ -12,7 +12,7 @@ # License:: MIT license class Imdb - IMDB = "http://us.imdb.com" + IMDB = "http://www.imdb.com" TITLE_OR_NAME_MATCH = /]*)>([^<]*)<\/a>/ TITLE_MATCH = /]*)>([^<]*)<\/a>/ NAME_MATCH = /]*)>([^<]*)<\/a>/ -- cgit v1.2.3