[udemy] Initial support for free courses (#1617)

This commit is contained in:
Sergey M․ 2014-03-14 00:36:14 +07:00
parent 2a1db721d4
commit e5de3f6c89
2 changed files with 167 additions and 0 deletions

View file

@ -242,6 +242,10 @@ from .tumblr import TumblrIE
from .tutv import TutvIE
from .tvigle import TvigleIE
from .tvp import TvpIE
from .udemy import (
UdemyIE,
UdemyCourseIE
)
from .unistra import UnistraIE
from .ustream import UstreamIE, UstreamChannelIE
from .vbox7 import Vbox7IE