[youtube] Skip download for multiple v= test

merge-requests/5/head
Sergey M․ 2015-08-11 01:22:06 +06:00
parent 0ff827419e
commit 34a7de2970
1 changed files with 4 additions and 1 deletions

View File

@ -395,7 +395,10 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'tags': ['youtube-dl'],
'like_count': int,
'dislike_count': int,
}
},
'params': {
'skip_download': True,
},
},
{
'url': 'http://www.youtube.com/watch?v=a9LDPn-MO4I',