[motherless] Add support for groups

This commit is contained in:
Martin Weinelt 2018-01-06 17:33:40 +01:00 committed by Sergey M
parent b7c74c0403
commit 45283afdec
2 changed files with 77 additions and 1 deletions

View file

@ -609,7 +609,10 @@ from .mofosex import MofosexIE
from .mojvideo import MojvideoIE
from .moniker import MonikerIE
from .morningstar import MorningstarIE
from .motherless import MotherlessIE
from .motherless import (
MotherlessIE,
MotherlessGroupIE
)
from .motorsport import MotorsportIE
from .movieclips import MovieClipsIE
from .moviezine import MoviezineIE