summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-09-01 22:28:03 +0600
committerSergey M․ <dstftw@gmail.com>2015-09-01 22:28:03 +0600
commitcd5d75427e0a739018c018af49152e0052b7a1fd (patch)
tree66c92e69ac864d4bc237ff6e74c30dc248a3ae89
parent5ddc127da6e2df440723e067b04bfb2ce86bb827 (diff)
downloadyoutube-dl-cd5d75427e0a739018c018af49152e0052b7a1fd.tar.gz
youtube-dl-cd5d75427e0a739018c018af49152e0052b7a1fd.tar.xz
youtube-dl-cd5d75427e0a739018c018af49152e0052b7a1fd.zip
[youku] Fix videopassword test
-rw-r--r--youtube_dl/extractor/youku.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/youku.py b/youtube_dl/extractor/youku.py
index 3447e7a6f..2e81d9223 100644
--- a/youtube_dl/extractor/youku.py
+++ b/youtube_dl/extractor/youku.py
@@ -54,9 +54,9 @@ class YoukuIE(InfoExtractor):
         'note': 'Video protected with password',
         'info_dict': {
             'id': 'XNjA1NzA2Njgw',
-            'ext': 'flv',
             'title': '邢義田复旦讲座之想象中的胡人—从“左衽孔子”说起',
         },
+        'playlist_count': 19,
         'params': {
             'videopassword': '100600',
         },