[addanime] Skip an invalid test

This commit is contained in:
Yen Chi Hsuan 2017-03-06 00:32:53 +08:00
parent 5dd376345b
commit d2b64e04b4
No known key found for this signature in database
GPG Key ID: 7F902A182457CA23
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ class AddAnimeIE(InfoExtractor):
'ext': 'mp4', 'ext': 'mp4',
'description': 'One Piece 606', 'description': 'One Piece 606',
'title': 'One Piece 606', 'title': 'One Piece 606',
} },
'skip': 'Video is gone',
}, { }, {
'url': 'http://add-anime.net/video/MDUGWYKNGBD8/One-Piece-687', 'url': 'http://add-anime.net/video/MDUGWYKNGBD8/One-Piece-687',
'only_matching': True, 'only_matching': True,