1
0
Fork 0

[extractor/lumni] Add extractor (#6302)

Authored by: carusocr
Closes #6202
This commit is contained in:
Chris Caruso 2023-03-04 11:22:11 -08:00 committed by GitHub
commit 1f8489cccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 0 deletions

View file

@ -962,6 +962,9 @@ from .lrt import (
LRTVODIE,
LRTStreamIE
)
from .lumni import (
LumniIE
)
from .lynda import (
LyndaIE,
LyndaCourseIE