diff options
author | Remita Amine <remitamine@gmail.com> | 2017-04-01 23:47:35 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2017-04-01 23:49:40 +0100 |
commit | 61e2331ad83569b3256e32f415c22cc439c000ed (patch) | |
tree | 46961192a99c31d8872c6d2ab4b26f79330931df /youtube_dl/extractor/extractors.py | |
parent | fd47550885fc0abcdddbfdec70e00bc0d6a9865e (diff) |
[tv5mondeplus] Add new extractor(closes #11386)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index d9e8d53ac..46e5e3a1d 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1023,6 +1023,7 @@ from .tv2 import ( ) from .tv3 import TV3IE from .tv4 import TV4IE +from .tv5mondeplus import TV5MondePlusIE from .tva import TVAIE from .tvanouvelles import ( TVANouvellesIE, |