mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[youtube] Skip download for multiple v= test
This commit is contained in:
parent
0ff827419e
commit
34a7de2970
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user