mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
IMDb: change case.
This commit is contained in:
parent
15198a5636
commit
cec8dad0ef
@ -48,7 +48,7 @@ def configure(advanced):
|
||||
conf.registerPlugin('IMDb', True)
|
||||
|
||||
|
||||
IMDB = conf.registerPlugin('IMDb')
|
||||
IMDb = conf.registerPlugin('IMDb')
|
||||
|
||||
conf.registerGlobalValue(IMDb, 'template',
|
||||
registry.String("\x02\x031,8 IMDb \x0F\x02 | $title ($year, $country, [$rated], $genre, $runtime) | IMDb: $imdbRating | MC: $metascore | RT: $tomatoMeter | http://imdb.com/title/$imdbID | $plot | Director: $director | Writer: $writer | Actors: $actors", _("""Template for the output of a search query.""")))
|
||||
|
@ -71,8 +71,8 @@ class IMDb(callbacks.Plugin):
|
||||
return url
|
||||
|
||||
def imdb(self, irc, msg, args, query):
|
||||
"""
|
||||
Queries OMDB api for query
|
||||
"""<title>
|
||||
Queries the OMDB api about an IMDb title.
|
||||
"""
|
||||
apikey = self.registryValue('omdbAPI')
|
||||
url = self.dosearch(query)
|
||||
|
Loading…
x
Reference in New Issue
Block a user