This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[youtube] Skip download for multiple v= test
totalwebcasting
Sergey M․
9 years ago
parent
0ff827419e
commit
34a7de2970
1 changed files
with
4 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
youtube_dl/extractor/youtube.py
+ 4
- 1
youtube_dl/extractor/youtube.py
View File
@ -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
'
,
Write
Preview
Loading…
Cancel
Save