about summary refs log tree commit diff
path: root/youtube_dl/extractor/telecinco.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-03-13 22:41:28 +0700
committerSergey M․ <dstftw@gmail.com>2017-03-13 22:41:28 +0700
commit9d089630229e9d921da255fc6d3f671d307a0848 (patch)
tree36079022636d1bc0ba6396c3ca0ae0af1f35fd0d /youtube_dl/extractor/telecinco.py
parente313d209c25bcf8adf3c888516624f5c9b2f2eaf (diff)
downloadyoutube-dl-9d089630229e9d921da255fc6d3f671d307a0848.tar.gz
youtube-dl-9d089630229e9d921da255fc6d3f671d307a0848.tar.xz
youtube-dl-9d089630229e9d921da255fc6d3f671d307a0848.zip
[telecinco] Add test for #12430
Diffstat (limited to 'youtube_dl/extractor/telecinco.py')
-rw-r--r--youtube_dl/extractor/telecinco.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/telecinco.py b/youtube_dl/extractor/telecinco.py
index d5abfc9e4..fdcc7d573 100644
--- a/youtube_dl/extractor/telecinco.py
+++ b/youtube_dl/extractor/telecinco.py
@@ -44,6 +44,10 @@ class TelecincoIE(MiTeleBaseIE):
     }, {
         'url': 'http://www.telecinco.es/espanasinirmaslejos/Espana-gran-destino-turistico_2_1240605043.html',
         'only_matching': True,
+    }, {
+        # ooyala video
+        'url': 'http://www.cuatro.com/chesterinlove/a-carta/chester-chester_in_love-chester_edu_2_2331030022.html',
+        'only_matching': True,
     }]
 
     def _real_extract(self, url):