aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-06-28 04:29:11 +0700
committerSergey M․ <dstftw@gmail.com>2018-06-28 04:29:11 +0700
commit7b393f9cc5dc4790bcb623c768fa4a3046ef80bf (patch)
tree14c4a1bb932f895d5f68886779e159d47e36400d /youtube_dl/extractor/extractors.py
parentc3bcd206eb031de30179c88ac7acd806a477ceae (diff)
downloadyoutube-dl-7b393f9cc5dc4790bcb623c768fa4a3046ef80bf.tar.xz
[svt] Improve extraction and add support for pages (closes #16802)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 27ece3b53..f2377521b 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1040,6 +1040,7 @@ from .stretchinternet import StretchInternetIE
from .sunporno import SunPornoIE
from .svt import (
SVTIE,
+ SVTPageIE,
SVTPlayIE,
SVTSeriesIE,
)