about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-10-23 14:16:08 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-10-23 14:16:08 +0200
commit9170ca5b16f3420892ff06bbe5cccf1679eb75e4 (patch)
tree2cbf09390e8704550725e9f00dbd519ec1c4f223
parent65d49afa48086b568364bbcbab29feef71031178 (diff)
downloadyoutube-dl-9170ca5b16f3420892ff06bbe5cccf1679eb75e4.tar.gz
youtube-dl-9170ca5b16f3420892ff06bbe5cccf1679eb75e4.tar.xz
youtube-dl-9170ca5b16f3420892ff06bbe5cccf1679eb75e4.zip
[youtube:channel] Fix test
-rw-r--r--youtube_dl/extractor/youtube.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py
index 08e821362..bae1b1117 100644
--- a/youtube_dl/extractor/youtube.py
+++ b/youtube_dl/extractor/youtube.py
@@ -1644,7 +1644,8 @@ class YoutubeChannelIE(YoutubePlaylistBaseInfoExtractor):
         'url': 'https://www.youtube.com/channel/UCKfVa3S1e4PHvxWcwyMMg8w',
         'playlist_mincount': 91,
         'info_dict': {
-            'id': 'UCKfVa3S1e4PHvxWcwyMMg8w',
+            'id': 'UUKfVa3S1e4PHvxWcwyMMg8w',
+            'title': 'Uploads from lex will',
         }
     }]