Browse Source

[telecinco] Add test for #12430

Sergey M․ 8 năm trước cách đây
mục cha
commit
9d08963022
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      youtube_dl/extractor/telecinco.py

+ 4 - 0
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):