diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-04-04 23:52:00 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-04-05 00:29:02 +0700 |
commit | b71bb3ba8be711abab4c05527d28c4b5e4552401 (patch) | |
tree | 2c1bd619a68032f77f35db28247afca2be0207af /youtube_dl/extractor/extractors.py | |
parent | fd97fa7bfc59983d315892c26f861842820a9579 (diff) |
[svtplay:series] Improve extraction (closes #16059)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-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 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 |