]>
Raphaël G. Git Repositories - youtubedl/blob - youtube_dl/extractor/telecinco.py
   2 from __future__ 
import unicode_literals
 
   4 from .mitele 
import MiTeleIE
 
   7 class TelecincoIE(MiTeleIE
): 
   8     IE_NAME 
= 'telecinco.es' 
   9     _VALID_URL 
= r
'https?://www\.telecinco\.es/[^/]+/[^/]+/(?:[^/]+/)?(?P<id>.*?)\.html' 
  12         'url': 'http://www.telecinco.es/robinfood/temporada-01/t01xp14/Bacalao-cocochas-pil-pil_0_1876350223.html', 
  14             'id': 'MDSVID20141015_0058', 
  16             'title': 'Con Martín Berasategui, hacer un bacalao al ...', 
  20         'url': 'http://www.telecinco.es/informativos/nacional/Pablo_Iglesias-Informativos_Telecinco-entrevista-Pedro_Piqueras_2_1945155182.html', 
  21         'only_matching': True,