From f955b7187f452323ded7ccd41cf898117e48e391 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 4 Apr 2007 13:53:47 +0000 Subject: imdb plugin: search on the 'aka' sites, allowing the correct movie to be found even when searching for a translated title --- data/rbot/plugins/imdb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/rbot') diff --git a/data/rbot/plugins/imdb.rb b/data/rbot/plugins/imdb.rb index 2388ed61..fc4dc1e6 100644 --- a/data/rbot/plugins/imdb.rb +++ b/data/rbot/plugins/imdb.rb @@ -20,7 +20,7 @@ class Imdb end def search(rawstr) - str = URI.escape(rawstr) + str = URI.escape(rawstr) << ";site=aka" resp = nil begin resp = @bot.httputil.get_response("http://us.imdb.com/find?q=#{str}", -- cgit v1.2.3