diff options
| -rw-r--r-- | youtube_dl/extractor/extractors.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index efa58f70f..6dc5904b3 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -44,7 +44,6 @@ from .archiveorg import ArchiveOrgIE  from .ard import (      ARDIE,      ARDMediathekIE, -    SportschauIE,  )  from .arte import (      ArteTvIE, @@ -747,6 +746,7 @@ from .sportbox import (      SportBoxEmbedIE,  )  from .sportdeutschland import SportDeutschlandIE +from .sportschau import SportschauIE  from .srgssr import (      SRGSSRIE,      SRGSSRPlayIE, | 
