[lynda] Add support for lynda.com (#1966)

This commit is contained in:
dst 2013-12-26 15:48:24 +07:00
parent 723f839911
commit c7f8537dd9
2 changed files with 100 additions and 0 deletions

View file

@ -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