diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-05-09 00:12:42 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-09 00:12:42 +0600 |
commit | 79998cd5afb2e16fe14cebdbec81b21c45c24c32 (patch) | |
tree | d66c2cbc7b2719b82f18a1cdbd5c52506ebefa24 /youtube_dl/extractor/__init__.py | |
parent | 50b901306406d5c37f31880860e2a4dbb5e0a165 (diff) |
[svtplay] Generalize svt extractors and add svt.se extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 7f0070784..79236c6c1 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -505,7 +505,10 @@ from .streamcloud import StreamcloudIE from .streamcz import StreamCZIE from .streetvoice import StreetVoiceIE from .sunporno import SunPornoIE -from .svtplay import SVTPlayIE +from .svtplay import ( + SVTIE, + SVTPlayIE, +) from .swrmediathek import SWRMediathekIE from .syfy import SyfyIE from .sztvhu import SztvHuIE |