diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-10-28 16:51:32 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-10-28 16:51:34 +0100 |
commit | e5193599ecca2d4437d066e9fed95db74b8562c7 (patch) | |
tree | 5a046628a4c77c81e84398fd379fce74fa6bb3cb /youtube_dl/extractor/__init__.py | |
parent | 01d663bca35e138cb95f5d156bcf396dcae54f73 (diff) |
[laola1tv] Add new extractor
The extractor works fine, but the f4m downloader cannot handle the resulting bootstrap information.
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 c3799da67..615018c09 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -189,6 +189,7 @@ from .kontrtube import KontrTubeIE from .krasview import KrasViewIE from .ku6 import Ku6IE from .la7 import LA7IE +from .laola1tv import Laola1TvIE from .lifenews import LifeNewsIE from .liveleak import LiveLeakIE from .livestream import ( |