diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-23 00:32:35 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-23 00:32:35 +0100 |
commit | c2a30b250cdea5a8c73225e6a14707a669640de0 (patch) | |
tree | 6b94ab3c4a22d56537753224ad0468ae6702ad24 /youtube_dl/extractor/__init__.py | |
parent | c994e6bd63feb95e1e385af2333ae2f615314ac5 (diff) |
[testtube] Add new extractor (Fixes #4759)
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 a983fff76..9ab90ac62 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -432,6 +432,7 @@ from .telemb import TeleMBIE from .teletask import TeleTaskIE from .tenplay import TenPlayIE from .testurl import TestURLIE +from .testtube import TestTubeIE from .tf1 import TF1IE from .theonion import TheOnionIE from .theplatform import ThePlatformIE |