diff --git a/youtube/templates/common_elements.html b/youtube/templates/common_elements.html
index 0843c4b..a6921e1 100644
--- a/youtube/templates/common_elements.html
+++ b/youtube/templates/common_elements.html
@@ -105,7 +105,7 @@
{{ info['subscriber_count'] }}
{{ info['size'] }}
- {{ text_runs(info['description']) }}
+ {{ text_runs(info.get('description', '')) }}
{% else %}
Error: unsupported item type
{% endif %}