diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-06-18 03:04:14 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-06-18 03:04:14 +0700 |
commit | eb451890da79e686a218e42c9761df2a6f5b6ee3 (patch) | |
tree | 750a11116836dd0048ed1a6adecee7fae9e2dfd1 /youtube_dl/extractor/extractors.py | |
parent | ded7511a700cb6962f8a5922b1e3b4ef480a4c81 (diff) |
[carambatv] Add extractor (Closes #9815)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 4 |
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, |