diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-05-15 22:50:44 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-15 22:50:44 +0600 |
commit | 3a7382950b6f498f50173c8813f6cb1db3739277 (patch) | |
tree | 0501214879cba21e89ffc7fcc687df8cbc86e025 /youtube_dl/extractor/__init__.py | |
parent | 61818642900acb0c3238e2e538c7ad9b3e498efe (diff) |
[sportbox:embed] Add extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 8ec0c1032..f293bc2a4 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -502,7 +502,10 @@ from .spiegel import SpiegelIE, SpiegelArticleIE from .spiegeltv import SpiegeltvIE from .spike import SpikeIE from .sport5 import Sport5IE -from .sportbox import SportBoxIE +from .sportbox import ( + SportBoxIE, + SportBoxEmbedIE, +) from .sportdeutschland import SportDeutschlandIE from .srf import SrfIE from .srmediathek import SRMediathekIE |