1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 14:45:14 +00:00

[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
parent ed4cc4ea79
commit 1f8489cccb
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