From ad5f53ac72d32803819d221b3e9a68331c3002a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Thu, 23 Oct 2014 20:08:55 +0200 Subject: [telecinco] Add extractor (closes #4005) It uses the same extraction process as mitele.es, but with a few small differences. --- youtube_dl/extractor/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube_dl/extractor/__init__.py') diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 070f9ff19..0de0b4587 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -367,6 +367,7 @@ from .teachingchannel import TeachingChannelIE from .teamcoco import TeamcocoIE from .techtalks import TechTalksIE from .ted import TEDIE +from .telecinco import TelecincoIE from .telemb import TeleMBIE from .tenplay import TenPlayIE from .testurl import TestURLIE -- cgit v1.2.3