Browse Source

[moevideo] Skip removed video test

totalwebcasting
Sergey M․ 10 years ago
parent
commit
a1e9e6440f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/moevideo.py

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

@ -52,7 +52,8 @@ class MoeVideoIE(InfoExtractor):
'height': 296,
'duration': 6027,
'filesize': 588257923,
}
},
'skip': 'Video has been removed',
},
]


Loading…
Cancel
Save