diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2017-03-06 00:32:53 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2017-03-06 00:35:04 +0800 |
commit | d2b64e04b475b6ef7e5fb74d92ae9a35284fc35a (patch) | |
tree | 87eaafc71f1075b8da24a75cdbc63a78bdd6b171 /youtube_dl/extractor | |
parent | 5dd376345b8c87e8c2130b80e73e690c5e721a28 (diff) |
[addanime] Skip an invalid test
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/addanime.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/addanime.py b/youtube_dl/extractor/addanime.py index 55a9322a7..9f8a71262 100644 --- a/youtube_dl/extractor/addanime.py +++ b/youtube_dl/extractor/addanime.py @@ -25,7 +25,8 @@ class AddAnimeIE(InfoExtractor): 'ext': 'mp4', 'description': 'One Piece 606', 'title': 'One Piece 606', - } + }, + 'skip': 'Video is gone', }, { 'url': 'http://add-anime.net/video/MDUGWYKNGBD8/One-Piece-687', 'only_matching': True, |