Browse Source

[xfileshare] Skip an invalid test

totalwebcasting
Yen Chi Hsuan 8 years ago
parent
commit
436214baf7
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/xfileshare.py

+ 2
- 1
youtube_dl/extractor/xfileshare.py View File

@ -62,7 +62,8 @@ class XFileShareIE(InfoExtractor):
'ext': 'mp4',
'title': 'youtube-dl test video \'äBaW_jenozKc.mp4.mp4',
'thumbnail': 're:http://.*\.jpg',
}
},
'skip': 'Video removed',
}, {
'url': 'http://vidto.me/ku5glz52nqe1.html',
'info_dict': {


Loading…
Cancel
Save