diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-05 14:29:14 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-05 14:29:14 +0100 |
commit | ef2fac6f4ae5191abed1962b155aec0bb0f17802 (patch) | |
tree | 56cf2b16be625ef9386f663f42d6be808f655005 /youtube_dl/extractor/__init__.py | |
parent | 7fc3fa0545f8a07414e8c97be9862a3c2f79bb98 (diff) | |
parent | 673d1273ff6f6d3267728fbe6f79c9c801598fd2 (diff) |
Merge branch 'master' of github.com:rg3/youtube-dl
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 a77e98d49..2e1a8be14 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -145,6 +145,7 @@ from .teamcoco import TeamcocoIE from .techtalks import TechTalksIE from .ted import TEDIE from .tf1 import TF1IE +from .theplatform import ThePlatformIE from .thisav import ThisAVIE from .toutv import TouTvIE from .traileraddict import TrailerAddictIE |