diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-06-02 00:57:08 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-06-02 00:57:08 +0600 |
commit | 60158217ef8da5f44ef316e50c8a5e2ac2e202c5 (patch) | |
tree | ce28fa78df62c39ebbf3d90787c101dd7c9d284b | |
parent | 923e79e2e4d9cc0c24496614aab520737cdc89ec (diff) |
[nova] Add tv test
-rw-r--r-- | youtube_dl/extractor/nova.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/nova.py b/youtube_dl/extractor/nova.py index e93a7ffa8..4e999b237 100644 --- 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): |