--backends is used on every frontends
This commit is contained in:
parent
e79e4bd65c
commit
758281effb
10 changed files with 28 additions and 18 deletions
|
|
@ -26,7 +26,7 @@ class Videoob(ConsoleApplication):
|
|||
CONFIG = {}
|
||||
|
||||
def main(self, argv):
|
||||
self.weboob.load_modules(ICapVideoProvider, names=self.enabled_backends)
|
||||
self.load_modules(ICapVideoProvider)
|
||||
return self.process_command(*argv[1:])
|
||||
|
||||
@ConsoleApplication.command('Get video information')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue