diff options
author | phaer <phaer@phaer.org> | 2014-03-28 17:57:25 +0200 |
---|---|---|
committer | phaer <phaer@phaer.org> | 2014-03-28 17:57:25 +0200 |
commit | f0da3f1ef925ce8aa0850277a03d510a29c0f43d (patch) | |
tree | 3eba10340060eccf625f04866dd474f93ef675a4 /youtube_dl/extractor/__init__.py | |
parent | cb3ac1c6108abf91f34553a9c61388b7bbcef959 (diff) |
[oe1] Add support for oe1.orf.at.
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 481296231..0e4b2b6e8 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -177,6 +177,7 @@ from .normalboots import NormalbootsIE from .novamov import NovaMovIE from .nowness import NownessIE from .nowvideo import NowVideoIE +from .oe1 import OE1IE from .ooyala import OoyalaIE from .orf import ORFIE from .parliamentliveuk import ParliamentLiveUKIE |