|
|
@ -57,7 +57,7 @@ def _decrypt_url(png): |
|
|
|
class RTVEALaCartaIE(InfoExtractor): |
|
|
|
IE_NAME = 'rtve.es:alacarta' |
|
|
|
IE_DESC = 'RTVE a la carta' |
|
|
|
_VALID_URL = r'http://www\.rtve\.es/alacarta/videos/[^/]+/[^/]+/(?P<id>\d+)' |
|
|
|
_VALID_URL = r'http://www\.rtve\.es/(m/)?alacarta/videos/[^/]+/[^/]+/(?P<id>\d+)' |
|
|
|
|
|
|
|
_TESTS = [{ |
|
|
|
'url': 'http://www.rtve.es/alacarta/videos/balonmano/o-swiss-cup-masculina-final-espana-suecia/2491869/', |
|
|
@ -76,6 +76,9 @@ class RTVEALaCartaIE(InfoExtractor): |
|
|
|
'title': 'TODO', |
|
|
|
}, |
|
|
|
'skip': 'The f4m manifest can\'t be used yet', |
|
|
|
}, { |
|
|
|
'url': 'http://www.rtve.es/m/alacarta/videos/cuentame-como-paso/cuentame-como-paso-t16-ultimo-minuto-nuestra-vida-capitulo-276/2969138/?media=tve', |
|
|
|
'only_matching': True, |
|
|
|
}] |
|
|
|
|
|
|
|
def _real_extract(self, url): |
|
|
|