diff options
author | pulpe <Pulpan3@gmail.com> | 2014-06-05 18:48:03 +0200 |
---|---|---|
committer | pulpe <Pulpan3@gmail.com> | 2014-06-05 18:48:03 +0200 |
commit | 0e3ae92441e33f9fda2b92aefefd2aad27b9837a (patch) | |
tree | 8d3b039fdaeefe856b38067c3a186326e2a407bd /youtube_dl/extractor/__init__.py | |
parent | b3ae826f7a94420200afe6955d5693416ae84d8e (diff) |
[TagesschauIE] Add extractor for tagesschau.de (fixes #3049)
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 def58f1d6..4a640ab9c 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -266,6 +266,7 @@ from .streamcz import StreamCZIE from .swrmediathek import SWRMediathekIE from .syfy import SyfyIE from .sztvhu import SztvHuIE +from .tagesschau import TagesschauIE from .teamcoco import TeamcocoIE from .techtalks import TechTalksIE from .ted import TEDIE |