projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5424ac
)
[nowvideo] Skip deleted test case
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 13 Dec 2015 07:42:34 +0000
(15:42 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 13 Dec 2015 07:43:20 +0000
(15:43 +0800)
youtube_dl/extractor/novamov.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/novamov.py
b/youtube_dl/extractor/novamov.py
index a2a527ac380925fa9b0bf93b558da4dfccc00e73..422fb993da92310effc6c03dabf5100a6899e79c 100644
(file)
--- 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',
}