Explorar el Código

[nova] Add tv test

Sergey M․ hace 10 años
padre
commit
60158217ef
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      youtube_dl/extractor/nova.py

+ 3 - 0
youtube_dl/extractor/nova.py

@@ -60,6 +60,9 @@ class NovaIE(InfoExtractor):
     }, {
         'url': 'http://prask.nova.cz/clanek/novinky/co-si-na-sobe-nase-hvezdy-nechaly-pojistit.html',
         'only_matching': True,
+    }, {
+        'url': 'http://tv.nova.cz/clanek/novinky/zivot-je-zivot-bondovsky-trailer.html',
+        'only_matching': True,
     }]
 
     def _real_extract(self, url):