Added PSV and 3DS

This commit is contained in:
Andrew Vehlies 2012-07-28 17:46:11 -04:00
parent b3b85e6183
commit ff2155f372
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@ from util import hook, http
@hook.command('mc')
def metacritic(inp):
'.mc [all|movie|tv|album|x360|ps3|pc|ds|wii] <title> -- gets rating for'\
'.mc [all|movie|tv|album|x360|ps3|pc|ds|3ds|wii|psv] <title> -- gets rating for'\
' <title> from metacritic on the specified medium'
# if the results suck, it's metacritic's fault
args = inp.strip()
game_platforms = ('x360', 'ps3', 'pc', 'ds', 'wii', '3ds', 'gba')
game_platforms = ('x360', 'ps3', 'pc', 'ds', 'wii', '3ds', 'gba', 'psv')
all_platforms = game_platforms + ('all', 'movie', 'tv', 'album')
try: