[lynda] Add support for lynda.com (#1966)
This commit is contained in:
parent
723f839911
commit
c7f8537dd9
2 changed files with 100 additions and 0 deletions
|
@ -97,6 +97,10 @@ from .kickstarter import KickStarterIE
|
|||
from .keek import KeekIE
|
||||
from .liveleak import LiveLeakIE
|
||||
from .livestream import LivestreamIE, LivestreamOriginalIE
|
||||
from .lynda import (
|
||||
LyndaIE,
|
||||
LyndaCourseIE
|
||||
)
|
||||
from .mdr import MDRIE
|
||||
from .metacafe import MetacafeIE
|
||||
from .metacritic import MetacriticIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue