Browse Source

[svtplay] Rename to svt

Sergey M․ 10 years ago
parent
commit
322915014f
2 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/__init__.py
  2. 0 0
      youtube_dl/extractor/svt.py

+ 1 - 1
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,
 )

+ 0 - 0
youtube_dl/extractor/svtplay.py → youtube_dl/extractor/svt.py