diff options
author | Mattias Wadman <mattias.wadman@gmail.com> | 2018-03-30 20:02:09 +0200 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-04-05 00:28:58 +0700 |
commit | fd97fa7bfc59983d315892c26f861842820a9579 (patch) | |
tree | 48b52a91c10407b880e93b83f8440f7020ba1a12 /youtube_dl/extractor/extractors.py | |
parent | e8dfecb3842ba54a4260af81e859e487e36eba41 (diff) |
[svtplay:series] Add extractor
Related to #11130
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index bded6e144..b46a304ac 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1031,6 +1031,7 @@ from .sunporno import SunPornoIE from .svt import ( SVTIE, SVTPlayIE, + SVTPlaylistIE, ) from .swrmediathek import SWRMediathekIE from .syfy import SyfyIE |