Browse Source

[addanime] Skip an invalid test

master
Yen Chi Hsuan 8 years ago
parent
commit
d2b64e04b4
No known key found for this signature in database GPG Key ID: 7F902A182457CA23
1 changed files with 2 additions and 1 deletions
  1. 3
      youtube_dl/extractor/addanime.py

3
youtube_dl/extractor/addanime.py

@ -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,

|||||||
100:0
Loading…
Cancel
Save