diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-11-15 01:46:50 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-11-15 01:46:50 +0100 |
commit | 0e145dd541884a5beb7974962378a400da7a7bf3 (patch) | |
tree | 31dd6fabdc8d46362085262a4b8be91052b492a5 /youtube_dl/extractor/__init__.py | |
parent | 9f9be844fcc5155ab3e832c8428c8f016bea819b (diff) | |
parent | e3b9ab5e187a590143f7f6110e55d43fb78f15bc (diff) |
Merge branch 'master' of github.com:rg3/youtube-dl
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 0594a3666..ee3173468 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -80,7 +80,7 @@ from .keezmovies import KeezMoviesIE from .kickstarter import KickStarterIE from .keek import KeekIE from .liveleak import LiveLeakIE -from .livestream import LivestreamIE +from .livestream import LivestreamIE, LivestreamOriginalIE from .metacafe import MetacafeIE from .metacritic import MetacriticIE from .mit import TechTVMITIE, MITIE |