diff options
author | MaxReimann <max.reimann@student.hpi.uni-potsdam.de> | 2014-12-21 11:01:28 +0100 |
---|---|---|
committer | MaxReimann <max.reimann@student.hpi.uni-potsdam.de> | 2014-12-21 11:01:28 +0100 |
commit | ee45625290c678c53b7ee86d2adba40847b79573 (patch) | |
tree | 6e63a4173ab644e0a3bce0ae4aab58a2d01846fa /youtube_dl/extractor/__init__.py | |
parent | 1ff30d7b79504035bf8f642668361ca71d905ab7 (diff) |
Add extractor for teletask
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 76f13bf52..073ac1fab 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -405,6 +405,7 @@ from .ted import TEDIE from .telebruxelles import TeleBruxellesIE from .telecinco import TelecincoIE from .telemb import TeleMBIE +from .teletask import TeleTaskIE from .tenplay import TenPlayIE from .testurl import TestURLIE from .tf1 import TF1IE |