diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-03-13 17:22:23 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-03-13 17:22:23 +0600 |
commit | 0a477f873115a11dbaadae674c2aaabe15ec4249 (patch) | |
tree | 675fe779cc19099129cdb91415c099ebbafe0ad7 /youtube_dl/extractor/__init__.py | |
parent | 7f4173ae7c0dae870250018cd4915df36ccf0f54 (diff) |
[vice:show] Add extractor (Closes #8847)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index dc5ecea30..c5b80f4aa 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -836,7 +836,10 @@ from .vgtv import ( VGTVIE, ) from .vh1 import VH1IE -from .vice import ViceIE +from .vice import ( + ViceIE, + ViceShowIE, +) from .viddler import ViddlerIE from .videodetective import VideoDetectiveIE from .videofyme import VideofyMeIE |