diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-09-07 22:21:26 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-09-07 22:21:59 +0800 |
commit | 92c9c2a88b8bc6e19b6fc9ac5e3814aa75c437e9 (patch) | |
tree | 2b39553c98ae34d3809f250f9e398ba25f27381c /youtube_dl | |
parent | 9d54b02baeb1f9c7d63ba5833f33b16d0874c355 (diff) |
[moevideo] Skip another removed test (#10474)
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/moevideo.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/moevideo.py b/youtube_dl/extractor/moevideo.py index 978d5d5bf..91ee9c4e9 100644 --- a/youtube_dl/extractor/moevideo.py +++ b/youtube_dl/extractor/moevideo.py @@ -35,7 +35,8 @@ class MoeVideoIE(InfoExtractor): 'height': 360, 'duration': 179, 'filesize': 17822500, - } + }, + 'skip': 'Video has been removed', }, { 'url': 'http://playreplay.net/video/77107.7f325710a627383d40540d8e991a', |