diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-12-13 15:42:34 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-12-13 15:43:20 +0800 |
commit | f6abca506ef5274cfab151027bb3624d7b0e6a6b (patch) | |
tree | 738fbe747e141c77f5bc410707bcf502a33c9f60 /youtube_dl/extractor/novamov.py | |
parent | b5424acdb9983dbb761aed2f014dadeeac355930 (diff) |
[nowvideo] Skip deleted test case
Diffstat (limited to 'youtube_dl/extractor/novamov.py')
-rw-r--r-- | youtube_dl/extractor/novamov.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/novamov.py b/youtube_dl/extractor/novamov.py index a2a527ac3..422fb993d 100644 --- 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', } |