diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-07-17 02:01:00 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-07-17 02:01:00 +0700 |
commit | 1a8f0773b6b2550c2763f4522481df7695ad4b6f (patch) | |
tree | dd416191cb37fbb5f0ae6975938e26f91edc416f /youtube_dl/extractor/extractors.py | |
parent | 59cc5bd8bfb5ecce82e26daa1b8f830edd3eb8b7 (diff) |
[streamable] Fix title extraction and improve (Closes #9122)
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 2761f7095..10b2390bf 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -783,6 +783,7 @@ from .srmediathek import SRMediathekIE from .ssa import SSAIE from .stanfordoc import StanfordOpenClassroomIE from .steam import SteamIE +from .streamable import StreamableIE from .streamcloud import StreamcloudIE from .streamcz import StreamCZIE from .streetvoice import StreetVoiceIE |