aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/channel.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/channel.py')
-rw-r--r--youtube/channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/channel.py b/youtube/channel.py
index 4f719ae..04f698b 100644
--- a/youtube/channel.py
+++ b/youtube/channel.py
@@ -166,7 +166,7 @@ def extract_info(polymer_json, tab):
# stuff from microformat (info given by youtube for every page on channel)
- info['description'] = microformat['description']
+ info['short_description'] = microformat['description']
info['channel_name'] = microformat['title']
info['avatar'] = microformat['thumbnail']['thumbnails'][0]['url']
channel_url = microformat['urlCanonical'].rstrip('/')