aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-07-30 03:05:36 +0700
committerSergey M․ <dstftw@gmail.com>2018-07-30 03:05:36 +0700
commit9d1b213845f35af4de40dd057754f8f285091bfa (patch)
tree6bb2512e13966a4f1c5b4b66069f6204a393fd2b /youtube_dl/extractor/extractors.py
parent548482841867a16d3f68e18f78091e59f768a880 (diff)
downloadyoutube-dl-9d1b213845f35af4de40dd057754f8f285091bfa.tar.xz
[viqeo] Add extractor (closes #17066)
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 29fab5b9a..c7a91a986 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -1291,6 +1291,7 @@ from .viki import (
VikiIE,
VikiChannelIE,
)
+from .viqeo import ViqeoIE
from .viu import (
ViuIE,
ViuPlaylistIE,