diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-03-27 02:51:50 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-03-27 02:51:50 +0100 |
commit | e2b06e76c12bb97775a36fdd0d3c58066160a24f (patch) | |
tree | 18a9895bba4369d52e857b024087e53716b0577c /youtube_dl/extractor/__init__.py | |
parent | e9c076c31753d97de574d43c19feef069571bd3a (diff) |
[urort] Add extractor (Fixes #2634)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 685fc749d..481296231 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -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 |