aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-01-13 23:28:08 +0700
committerSergey M․ <dstftw@gmail.com>2018-01-13 23:30:25 +0700
commit54e8f62e01b54eeccd8313349f86ae541082704f (patch)
treeae5eed8d1b658eec88bdcbf3cb62822d76123319 /youtube_dl/extractor/extractors.py
parent2d8bb80c60289868d479e36a90cf1b73e9221893 (diff)
downloadyoutube-dl-54e8f62e01b54eeccd8313349f86ae541082704f.tar.xz
[wdr] Rework extractors (closes #14598)
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 255df75fe..c82614bf9 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -991,7 +991,6 @@ from .stitcher import StitcherIE
from .sport5 import Sport5IE
from .sportbox import SportBoxEmbedIE
from .sportdeutschland import SportDeutschlandIE
-from .sportschau import SportschauIE
from .sprout import SproutIE
from .srgssr import (
SRGSSRIE,
@@ -1289,6 +1288,7 @@ from .watchbox import WatchBoxIE
from .watchindianporn import WatchIndianPornIE
from .wdr import (
WDRIE,
+ WDRPageIE,
WDRElefantIE,
WDRMobileIE,
)