mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:35:04 +00:00
[moevideo] Skip another removed test (#10474)
This commit is contained in:
parent
9d54b02bae
commit
92c9c2a88b
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ class MoeVideoIE(InfoExtractor):
|
||||||
'height': 360,
|
'height': 360,
|
||||||
'duration': 179,
|
'duration': 179,
|
||||||
'filesize': 17822500,
|
'filesize': 17822500,
|
||||||
}
|
},
|
||||||
|
'skip': 'Video has been removed',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'url': 'http://playreplay.net/video/77107.7f325710a627383d40540d8e991a',
|
'url': 'http://playreplay.net/video/77107.7f325710a627383d40540d8e991a',
|
||||||
|
|
Loading…
Reference in a new issue