Browse Source

[youtube] Skip download for multiple v= test

totalwebcasting
Sergey M․ 9 years ago
parent
commit
34a7de2970
1 changed files with 4 additions and 1 deletions
  1. +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'],
'like_count': int,
'dislike_count': int,
}
},
'params': {
'skip_download': True,
},
},
{
'url': 'http://www.youtube.com/watch?v=a9LDPn-MO4I',


Loading…
Cancel
Save