Browse Source

[youtube] Skip download for multiple v= test

Sergey M․ 10 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

@@ -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',