diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-06-29 07:30:49 -0700 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-06-29 07:30:49 -0700 |
commit | de33a30858231b03172f548452c3c2566c99f10b (patch) | |
tree | d1552b9b2bcec7a894200a0f95f1c48d3784ff09 /youtube_dl/extractor/__init__.py | |
parent | 257a2501facdef0a4079e7aa9f037df6935a4fd7 (diff) | |
parent | 705f6f35bc13dd8d2ad3df9b1d22f6cad362afcc (diff) |
Merge pull request #962 from jaimeMF/TF1
Add TF1IE
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 65a23d52b..35b619cca 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -47,6 +47,7 @@ from .statigram import StatigramIE from .steam import SteamIE from .teamcoco import TeamcocoIE from .ted import TEDIE +from .tf1 import TF1IE from .tudou import TudouIE from .tumblr import TumblrIE from .ustream import UstreamIE |