diff --git a/youtube/templates/common_elements.html b/youtube/templates/common_elements.html
index 9f2aa3f..b140332 100644
--- a/youtube/templates/common_elements.html
+++ b/youtube/templates/common_elements.html
@@ -78,7 +78,7 @@
{{ get_stats(info) }}
- {{ text_runs(info['description']) }}
+ {{ text_runs(info.get('description', '')) }}
{{ info['badges']|join(' | ') }}
{% elif info['type'] == 'playlist' %}