aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-06-18 03:04:14 +0700
committerSergey M․ <dstftw@gmail.com>2016-06-18 03:04:14 +0700
commiteb451890da79e686a218e42c9761df2a6f5b6ee3 (patch)
tree750a11116836dd0048ed1a6adecee7fae9e2dfd1 /youtube_dl/extractor/extractors.py
parentded7511a700cb6962f8a5922b1e3b4ef480a4c81 (diff)
downloadyoutube-dl-eb451890da79e686a218e42c9761df2a6f5b6ee3.tar.xz
[carambatv] Add extractor (Closes #9815)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index ed51dfdaa..23320229b 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -110,6 +110,10 @@ from .camwithher import CamWithHerIE
from .canalplus import CanalplusIE
from .canalc2 import Canalc2IE
from .canvas import CanvasIE
+from .carambatv import (
+ CarambaTVIE,
+ CarambaTVPageIE,
+)
from .cbc import (
CBCIE,
CBCPlayerIE,