[lecturio] Add extractor (closes #18405)

This commit is contained in:
Sergey M․ 2018-12-07 03:27:11 +07:00
parent c976873c5b
commit dfe0a3a9d2
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 190 additions and 0 deletions

View file

@ -553,6 +553,10 @@ from .lcp import (
)
from .learnr import LearnrIE
from .lecture2go import Lecture2GoIE
from .lecturio import (
LecturioIE,
LecturioCourseIE,
)
from .leeco import (
LeIE,
LePlaylistIE,