youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 436214baf70c1a50fbaf1fbfca4b48f33695590c
parent 506d0e96936f84c2b21c7ed37f4a7fca2eec86a2
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Fri, 10 Jun 2016 12:31:06 +0800

[xfileshare] Skip an invalid test

Diffstat:
Myoutube_dl/extractor/xfileshare.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/xfileshare.py b/youtube_dl/extractor/xfileshare.py @@ -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': {