aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2016-08-14 18:03:42 +0100
committerRemita Amine <remitamine@gmail.com>2016-08-14 18:04:50 +0100
commitd2ac04674d0d9085aedec229820c1d07082e5825 (patch)
tree39c4fa533956071f84763ee3494774548931deff /youtube_dl/extractor/extractors.py
parent1fd6e30988f44d372c7112c2d5e44c0d5cdbc4ed (diff)
downloadyoutube-dl-d2ac04674d0d9085aedec229820c1d07082e5825.tar.xz
[viceland] Add new extractor(#8799)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 901847509..be96e34ba 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -958,6 +958,7 @@ from .vice import (
ViceIE,
ViceShowIE,
)
+from .viceland import VicelandIE
from .vidbit import VidbitIE
from .viddler import ViddlerIE
from .videodetective import VideoDetectiveIE