commit: 322915014f0378e2675a2a17cd67fe89a6e6a7d7
parent 79998cd5afb2e16fe14cebdbec81b21c45c24c32
Author: Sergey M․ <dstftw@gmail.com>
Date: Sat, 9 May 2015 00:13:40 +0600
[svtplay] Rename to svt
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git 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