commit: f6abca506ef5274cfab151027bb3624d7b0e6a6b
parent b5424acdb9983dbb761aed2f014dadeeac355930
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date: Sun, 13 Dec 2015 15:42:34 +0800
[nowvideo] Skip deleted test case
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/novamov.py b/youtube_dl/extractor/novamov.py
@@ -148,7 +148,8 @@ class NowVideoIE(NovaMovIE):
'ext': 'flv',
'title': 'youtubedl test video _BaW_jenozKc.mp4',
'description': 'Description',
- }
+ },
+ 'skip': 'Video 0mw0yow7b6dxa does not exist',
}