changed help a to mach other plugins, added help to vimeo

This commit is contained in:
neersighted 2012-02-28 08:36:12 +08:00 committed by lukeroge
parent 1af7998666
commit be1a5777f5
4 changed files with 5 additions and 4 deletions

View file

@ -3,6 +3,7 @@ from util import hook, http
@hook.regex(r'vimeo.com/([0-9]+)')
def vimeo_url(match):
".vimeo <url> -- returns information on the Vimeo video at <url>"
info = http.get_json('http://vimeo.com/api/v2/video/%s.json'
% match.group(1))