aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-04-04 23:52:00 +0700
committerSergey M․ <dstftw@gmail.com>2018-04-05 00:29:02 +0700
commitb71bb3ba8be711abab4c05527d28c4b5e4552401 (patch)
tree2c1bd619a68032f77f35db28247afca2be0207af /youtube_dl/extractor/extractors.py
parentfd97fa7bfc59983d315892c26f861842820a9579 (diff)
downloadyoutube-dl-b71bb3ba8be711abab4c05527d28c4b5e4552401.tar.xz
[svtplay:series] Improve extraction (closes #16059)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index b46a304ac..c9f60114d 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1031,7 +1031,7 @@ from .sunporno import SunPornoIE
from .svt import (
SVTIE,
SVTPlayIE,
- SVTPlaylistIE,
+ SVTSeriesIE,
)
from .swrmediathek import SWRMediathekIE
from .syfy import SyfyIE