[sportschau] Reimplement in terms of ard extractor

This commit is contained in:
Sergey M․ 2015-07-20 00:01:22 +06:00
parent e37c92ec6d
commit 3bf8c316a6
3 changed files with 44 additions and 49 deletions

View file

@ -22,7 +22,11 @@ from .aparat import AparatIE
from .appleconnect import AppleConnectIE
from .appletrailers import AppleTrailersIE
from .archiveorg import ArchiveOrgIE
from .ard import ARDIE, ARDMediathekIE
from .ard import (
ARDIE,
ARDMediathekIE,
SportschauIE,
)
from .arte import (
ArteTvIE,
ArteTVPlus7IE,
@ -553,7 +557,6 @@ from .sportbox import (
SportBoxEmbedIE,
)
from .sportdeutschland import SportDeutschlandIE
from .sportschau import SportschauIE
from .srf import SrfIE
from .srmediathek import SRMediathekIE
from .ssa import SSAIE