aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-10-29 00:20:29 +0700
committerSergey M․ <dstftw@gmail.com>2018-10-29 00:21:50 +0700
commit476cf548e1c6aa83686150db7abf625c6237a67f (patch)
tree4e8ca6af0b4dac9931652d6092f734fc26347112 /youtube_dl/extractor/extractors.py
parentbebef109092ba2ad1b08619661aa1b51e65be1bf (diff)
downloadyoutube-dl-476cf548e1c6aa83686150db7abf625c6237a67f.tar.xz
[sportbox] Improve extraction, add support for matchtv.ru and fix video id (closes #17978)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 17b576df3..f013d13c3 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1043,7 +1043,7 @@ from .spike import (
)
from .stitcher import StitcherIE
from .sport5 import Sport5IE
-from .sportbox import SportBoxEmbedIE
+from .sportbox import SportBoxIE
from .sportdeutschland import SportDeutschlandIE
from .springboardplatform import SpringboardPlatformIE
from .sprout import SproutIE