diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-01-19 22:09:55 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-01-19 22:09:55 +0600 |
commit | b605ebb609dc208a814ab44fff84463bf0c5369a (patch) | |
tree | 6e0ca230e5ce47a24750162f2e81dac9cb52fc4d /youtube_dl/extractor/__init__.py | |
parent | aecfcd4e595121d17b173f1ee9f4444ee9c0fda2 (diff) |
[lemonde] Add extractor
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 1d838cdd0..0cc339a37 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -333,6 +333,7 @@ from .kuwo import ( from .la7 import LA7IE from .laola1tv import Laola1TvIE from .lecture2go import Lecture2GoIE +from .lemonde import LemondeIE from .letv import ( LetvIE, LetvTvIE, |