diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-08-26 12:51:13 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-08-26 12:51:13 +0200 |
commit | 704df56da7b074697138e715027c699a54b1b95a (patch) | |
tree | d0fbea4f9d601d6f35e4fa2203378072db05dc41 /youtube_dl/extractor/__init__.py | |
parent | 33ac271ba723365ecb7e3f7cd9fd9d99d0f8615b (diff) |
[sportdeutschland] add new extractor
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 de6e8ee30..4a1bcfa35 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -315,6 +315,7 @@ from .spankwire import SpankwireIE from .spiegel import SpiegelIE from .spiegeltv import SpiegeltvIE from .spike import SpikeIE +from .sportdeutschland import SportDeutschlandIE from .stanfordoc import StanfordOpenClassroomIE from .steam import SteamIE from .streamcloud import StreamcloudIE |