[urort] Add extractor (Fixes #2634)

This commit is contained in:
Philipp Hagemeister 2014-03-27 02:51:50 +01:00
parent e9c076c317
commit e2b06e76c1
2 changed files with 58 additions and 0 deletions

View file

@ -256,6 +256,7 @@ from .udemy import (
UdemyCourseIE
)
from .unistra import UnistraIE
from .urort import UrortIE
from .ustream import UstreamIE, UstreamChannelIE
from .vbox7 import Vbox7IE
from .veehd import VeeHDIE