diff options
author | Marvin Ewald <marvin.e@protonmail.ch> | 2017-04-04 19:18:23 +0200 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-04-15 21:50:46 +0700 |
commit | 4db79fa1bc482ef5d97c8b73f0bf3683d5cc383c (patch) | |
tree | 255a4489f170f8cdf5ce8dcb9b01cd0e06a9fea2 /youtube_dl/extractor/extractors.py | |
parent | b2a19e38293206a4ff687315baf0369c205bcd6b (diff) |
[streamango] 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 72d28a7e6..a92cbefed 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -939,6 +939,7 @@ from .srmediathek import SRMediathekIE from .stanfordoc import StanfordOpenClassroomIE from .steam import SteamIE from .streamable import StreamableIE +from .streamango import StreamangoIE from .streamcloud import StreamcloudIE from .streamcz import StreamCZIE from .streetvoice import StreetVoiceIE |