projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ff8274
)
[youtube] Skip download for multiple v= test
author
Sergey M․
<dstftw@gmail.com>
Mon, 10 Aug 2015 19:22:06 +0000
(
01:22
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 10 Aug 2015 19:22:06 +0000
(
01:22
+0600)
youtube_dl/extractor/youtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/youtube.py
b/youtube_dl/extractor/youtube.py
index eaf058cfbbe1c8097804aab4637183fb25f61477..01dbbfa3c07684b98e902482b261f8c54ed01645 100644
(file)
--- a/
youtube_dl/extractor/youtube.py
+++ b/
youtube_dl/extractor/youtube.py
@@
-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',