1
0
Fork 0

[extractor/motherless] Add gallery support, fix groups (#7211)

Authored by: rexlambert22
This commit is contained in:
rexlambert22 2023-06-21 20:00:54 -04:00 committed by GitHub
commit f2ff0f6f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 125 additions and 101 deletions

View file

@ -1119,7 +1119,8 @@ from .mojvideo import MojvideoIE
from .morningstar import MorningstarIE
from .motherless import (
MotherlessIE,
MotherlessGroupIE
MotherlessGroupIE,
MotherlessGalleryIE,
)
from .motorsport import MotorsportIE
from .movieclips import MovieClipsIE