diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-08-09 19:11:23 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-08-09 19:11:23 +0600 |
commit | 3a30508b943c044e5f684b703ff58ac352686f63 (patch) | |
tree | 4d2ef2dd7cdfbad1d14e5b5a523b31ee42d1cb09 /youtube_dl/extractor/__init__.py | |
parent | e0b9d78fab76e2c2819c8a9a7512ad4533319b72 (diff) |
[telegraaf] Add extractor (Closes #6492)
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 e38e77a27..dad3ec87f 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -596,6 +596,7 @@ from .techtalks import TechTalksIE from .ted import TEDIE from .telebruxelles import TeleBruxellesIE from .telecinco import TelecincoIE +from .telegraaf import TelegraafIE from .telemb import TeleMBIE from .teletask import TeleTaskIE from .tenplay import TenPlayIE |