diff options
author | Saimadhav Heblikar <sahutd@users.noreply.github.com> | 2014-01-15 11:51:12 +0530 |
---|---|---|
committer | Saimadhav Heblikar <sahutd@users.noreply.github.com> | 2014-01-15 11:51:12 +0530 |
commit | 14e7543a5a0559086aa33a94557ecb61538c967b (patch) | |
tree | fcffb362458220ea77303219dae87d293b4ca342 | |
parent | bf6705f5840418999582c6cf5cc0e2e47901cf4f (diff) |
franceinter [Issue #2105]
Added franceinterIE import to reflect addition of FranceInter support. Issue #2105
-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 b887c7f10..209f327ec 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -61,6 +61,7 @@ from .fktv import ( FKTVPosteckeIE, ) from .flickr import FlickrIE +from .franceinter import FranceInterIE from .francetv import ( PluzzIE, FranceTvInfoIE, |