Browse Source

[nowvideo] Skip deleted test case

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
f6abca506e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/novamov.py

+ 2
- 1
youtube_dl/extractor/novamov.py View File

@ -148,7 +148,8 @@ class NowVideoIE(NovaMovIE):
'ext': 'flv',
'title': 'youtubedl test video _BaW_jenozKc.mp4',
'description': 'Description',
}
},
'skip': 'Video 0mw0yow7b6dxa does not exist',
}


Loading…
Cancel
Save