load modules instead of backends
This commit is contained in:
parent
70319dbb1e
commit
2c769fd9df
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class Videoob(ConsoleApplication):
|
||||||
CONFIG = {}
|
CONFIG = {}
|
||||||
|
|
||||||
def main(self, argv):
|
def main(self, argv):
|
||||||
self.weboob.load_backends(ICapVideoProvider)
|
self.weboob.load_modules(ICapVideoProvider)
|
||||||
return self.process_command(*argv[1:])
|
return self.process_command(*argv[1:])
|
||||||
|
|
||||||
@ConsoleApplication.command('Get video information')
|
@ConsoleApplication.command('Get video information')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue