diff options
author | remitamine <remitamine@gmail.com> | 2015-12-20 16:11:07 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2015-12-20 16:11:07 +0100 |
commit | c240ab6ecfc06fe98c03900c59861b84dce338b9 (patch) | |
tree | 6fcf9ba816397791f8eb34a01822e3f021e0c9f4 /youtube_dl/extractor/__init__.py | |
parent | b0eeaf4f40b12d9a6a3b45918b0ec531db4d310c (diff) | |
parent | 6882c0870eb89a17eb81d3d273a9f9e42a8bea5e (diff) |
Merge pull request #6790 from remitamine/tele13
[canal13cl] fix info extraction
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index eac50eda5..908581bf7 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -78,7 +78,6 @@ from .camdemy import ( CamdemyIE, CamdemyFolderIE ) -from .canal13cl import Canal13clIE from .canalplus import CanalplusIE from .canalc2 import Canalc2IE from .cbs import CBSIE @@ -648,6 +647,7 @@ from .teachingchannel import TeachingChannelIE from .teamcoco import TeamcocoIE from .techtalks import TechTalksIE from .ted import TEDIE +from .tele13 import Tele13IE from .telebruxelles import TeleBruxellesIE from .telecinco import TelecincoIE from .telegraaf import TelegraafIE |