Browse Source

[addanime] Skip an invalid test

Yen Chi Hsuan 8 years ago
parent
commit
d2b64e04b4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      youtube_dl/extractor/addanime.py

+ 2 - 1
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,