youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 60158217ef8da5f44ef316e50c8a5e2ac2e202c5
parent 923e79e2e4d9cc0c24496614aab520737cdc89ec
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue,  2 Jun 2015 00:57:08 +0600

[nova] Add tv test

Diffstat:
Myoutube_dl/extractor/nova.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/nova.py b/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):