diff options
| author | Arjan Verwer <arjan.verwer@gmail.com> | 2016-12-14 21:43:54 +0100 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2016-12-29 23:17:00 +0700 | 
| commit | 963bd5ecfc389a02406766c46dff8b8b90f705e6 (patch) | |
| tree | bf478160510dc5bbebdb77a209f702befefbb3a4 /youtube_dl/extractor/extractors.py | |
| parent | 51378d359e790b1c4462c0577fa48dda97dc4c01 (diff) | |
[showroomlive] 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 fcfe87f6f..9c1026ff7 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -825,6 +825,7 @@ from .shared import (      VivoIE,  )  from .sharesix import ShareSixIE +from .showroomlive import ShowroomLiveIE  from .sina import SinaIE  from .sixplay import SixPlayIE  from .skynewsarabia import ( | 
