diff options
author | Andrew Bottom <abottom@wennsoft.com> | 2017-10-24 11:50:02 -0500 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-12-09 17:58:49 +0700 |
commit | f4cc03d60b5dd713fb8964cd9ecf8ca2b1a8a556 (patch) | |
tree | c5da3861c921b72d9d4996b35d6d9b162eba9424 /youtube_dl/extractor/extractors.py | |
parent | 2a57b62b8007973b5b4974a1d9f5ab06ae78c86e (diff) |
[stretchinternet] Add extractor
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 0177a2cff..612fd35d4 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1001,6 +1001,7 @@ from .streamango import StreamangoIE from .streamcloud import StreamcloudIE from .streamcz import StreamCZIE from .streetvoice import StreetVoiceIE +from .stretchinternet import StretchInternetIE from .sunporno import SunPornoIE from .svt import ( SVTIE, |