aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--youtube_dl/extractor/__init__.py2
-rw-r--r--youtube_dl/extractor/svt.py (renamed from youtube_dl/extractor/svtplay.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 79236c6c1..0a18dba5c 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -505,7 +505,7 @@ from .streamcloud import StreamcloudIE
from .streamcz import StreamCZIE
from .streetvoice import StreetVoiceIE
from .sunporno import SunPornoIE
-from .svtplay import (
+from .svt import (
SVTIE,
SVTPlayIE,
)
diff --git a/youtube_dl/extractor/svtplay.py b/youtube_dl/extractor/svt.py
index 732f02048..732f02048 100644
--- a/youtube_dl/extractor/svtplay.py
+++ b/youtube_dl/extractor/svt.py