diff options
| author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-01-31 20:21:57 +0800 | 
|---|---|---|
| committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-01-31 20:21:57 +0800 | 
| commit | 231ea2a3bbc6324fbd0e5dddd224646c91b0f035 (patch) | |
| tree | 302bd9f518466a3557dcc347e7f99c60bd64c456 | |
| parent | b99d88c6a1d91f57e1804bd512fed1bdbf31a384 (diff) | |
[xuite] Replace the test case with my uploaded one
| -rw-r--r-- | youtube_dl/extractor/xuite.py | 21 | 
1 files changed, 11 insertions, 10 deletions
| diff --git a/youtube_dl/extractor/xuite.py b/youtube_dl/extractor/xuite.py index 8bbac54e2..2466410fa 100644 --- a/youtube_dl/extractor/xuite.py +++ b/youtube_dl/extractor/xuite.py @@ -34,19 +34,20 @@ class XuiteIE(InfoExtractor):          },      }, {          # Video with only one format -        'url': 'http://vlog.xuite.net/play/TkRZNjhULTM0NDE2MjkuZmx2', -        'md5': 'c45737fc8ac5dc8ac2f92ecbcecf505e', +        'url': 'http://vlog.xuite.net/play/WUxxR2xCLTI1OTI1MDk5LmZsdg==', +        'md5': '21f7b39c009b5a4615b4463df6eb7a46',          'info_dict': { -            'id': '3441629', +            'id': '25925099',              'ext': 'mp4', -            'title': '孫燕姿 - 眼淚成詩', +            'title': 'BigBuckBunny_320x180',              'thumbnail': 're:^https?://.*\.jpg$', -            'duration': 217.399, -            'timestamp': 1299383640, -            'upload_date': '20110306', -            'uploader': 'Valen', -            'uploader_id': '10400126', -            'categories': ['影視娛樂'], +            'duration': 596.458, +            'timestamp': 1454242500, +            'upload_date': '20160131', +            'uploader': 'yan12125', +            'uploader_id': '12158353', +            'categories': ['個人短片'], +            'description': 'http://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4',          },      }, {          # Video with two formats | 
