Browse Source

Merge pull request #6804 from remitamine/xuite-tests

[xuite] fix test md5
totalwebcasting
Sergey M. 9 years ago
parent
commit
6c4d243de5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/xuite.py

+ 1
- 1
youtube_dl/extractor/xuite.py View File

@ -19,7 +19,7 @@ class XuiteIE(InfoExtractor):
_TESTS = [{
# Audio
'url': 'http://vlog.xuite.net/play/RGkzc1ZULTM4NjA5MTQuZmx2',
'md5': '63a42c705772aa53fd4c1a0027f86adf',
'md5': 'e79284c87b371424885448d11f6398c8',
'info_dict': {
'id': '3860914',
'ext': 'mp3',


Loading…
Cancel
Save