mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-11 05:09:08 +01: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'],
|
'tags': ['youtube-dl'],
|
||||||
'like_count': int,
|
'like_count': int,
|
||||||
'dislike_count': int,
|
'dislike_count': int,
|
||||||
}
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': True,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'url': 'http://www.youtube.com/watch?v=a9LDPn-MO4I',
|
'url': 'http://www.youtube.com/watch?v=a9LDPn-MO4I',
|
||||||
|
Loading…
Reference in New Issue
Block a user