diff options
author | Remita Amine <remitamine@gmail.com> | 2016-08-28 16:50:32 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2016-08-28 16:51:09 +0100 |
commit | b3eaeded12f470afd6f0cb851e6b7dd2ee78b7c5 (patch) | |
tree | b8d6e281712438e35f88a107fe6ef12839d3fb13 /youtube_dl/extractor/extractors.py | |
parent | ec65b391cbb0bc42a78515915e61602f4d1ae1f9 (diff) |
[tbs] Add new extractor(#10222)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 6eb495b07..06c6746ff 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -824,6 +824,7 @@ from .tagesschau import ( TagesschauIE, ) from .tass import TassIE +from .tbs import TBSIE from .tdslifeway import TDSLifewayIE from .teachertube import ( TeacherTubeIE, |