diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-10 05:42:41 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-10 05:42:41 +0100 |
commit | 8f84f5718319293485eef7174702340f109c7227 (patch) | |
tree | 48b880b24ff34e75d1e41ae3daee1fa34d727764 /youtube_dl/extractor/__init__.py | |
parent | 6a78740211b37cab5d20e707db9f73dca6c60049 (diff) |
[ccc] Add new extractor (Fixes #4890)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index fb1e7f325..da3b2b2d0 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -54,6 +54,7 @@ from .canalplus import CanalplusIE from .canalc2 import Canalc2IE from .cbs import CBSIE from .cbsnews import CBSNewsIE +from .ccc import CCCIE from .ceskatelevize import CeskaTelevizeIE from .channel9 import Channel9IE from .chilloutzone import ChilloutzoneIE |