use CapResources for radios

This commit is contained in:
Romain Bignon 2011-04-21 12:07:37 +02:00
commit 7098e44d9b
8 changed files with 60 additions and 49 deletions

View file

@ -64,7 +64,8 @@ class Videoob(ReplApplication):
'play and download them and get information.'
CAPS = ICapVideo
EXTRA_FORMATTERS = {'video_list': VideoListFormatter}
COMMANDS_FORMATTERS = {'search': 'video_list', 'ls': 'video_list'}
COMMANDS_FORMATTERS = {'search': 'video_list',
'ls': 'video_list'}
nsfw = True