1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-17 18:49:33 +00:00

[youtube] Skip download for multiple v= test

This commit is contained in:
Sergey M․ 2015-08-11 01:22:06 +06:00
parent 0ff827419e
commit 34a7de2970

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',