diff options
| author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-06-10 12:29:58 +0800 | 
|---|---|---|
| committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-06-10 12:29:58 +0800 | 
| commit | 506d0e96936f84c2b21c7ed37f4a7fca2eec86a2 (patch) | |
| tree | e624d8e37f7e8e1ab9755c1fe8896ebb6c020bdb | |
| parent | 55290788d352168844c8e64d64428a76baa63eea (diff) | |
[xuite] Skip the invalid test
| -rw-r--r-- | youtube_dl/extractor/xuite.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/xuite.py b/youtube_dl/extractor/xuite.py index 2466410fa..0be8932ad 100644 --- a/youtube_dl/extractor/xuite.py +++ b/youtube_dl/extractor/xuite.py @@ -66,6 +66,7 @@ class XuiteIE(InfoExtractor):              'uploader_id': '242127761',              'categories': ['電玩動漫'],          }, +        'skip': 'Video removed',      }, {          'url': 'http://vlog.xuite.net/play/S1dDUjdyLTMyOTc3NjcuZmx2/%E5%AD%AB%E7%87%95%E5%A7%BF-%E7%9C%BC%E6%B7%9A%E6%88%90%E8%A9%A9',          'only_matching': True, | 
