mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 18:22:21 +00:00
[moevideo] Skip removed video test
This commit is contained in:
parent
5878e6398c
commit
a1e9e6440f
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ class MoeVideoIE(InfoExtractor):
|
||||||
'height': 296,
|
'height': 296,
|
||||||
'duration': 6027,
|
'duration': 6027,
|
||||||
'filesize': 588257923,
|
'filesize': 588257923,
|
||||||
}
|
},
|
||||||
|
'skip': 'Video has been removed',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue