diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-12-12 20:17:26 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-12-12 20:17:26 +0100 |
commit | 46d9760f5ebd86ee5b34fd669f44b124f34fffc1 (patch) | |
tree | d1eb83b73893f6a6cb7756b8608763c757a5e498 /youtube_dl/extractor/__init__.py | |
parent | 90d71d3f088bbb787795aa6018eda21e2a821e7d (diff) | |
parent | dc65a213fd73a385470fe1d8f7ad48a174d11bd4 (diff) |
Merge remote-tracking branch 'fstirlitz/master'
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 447833c01..bd40e9ea5 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -48,6 +48,7 @@ from .canalplus import CanalplusIE from .canalc2 import Canalc2IE from .cbs import CBSIE from .cbsnews import CBSNewsIE +from .ccc import ComCarCoffIE from .ceskatelevize import CeskaTelevizeIE from .channel9 import Channel9IE from .chilloutzone import ChilloutzoneIE |