aboutsummaryrefslogtreecommitdiffstats
path: root/youtube
diff options
context:
space:
mode:
Diffstat (limited to 'youtube')
-rw-r--r--youtube/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/common.py b/youtube/common.py
index ab7ec17..e4ab39a 100644
--- a/youtube/common.py
+++ b/youtube/common.py
@@ -602,7 +602,7 @@ def renderer_html(renderer, additional_info={}, current_query_string=''):
html_ready['url'] = URL_ORIGIN + "/channel/" + html_ready['id']
return medium_channel_item_template.substitute(html_ready)
- if type == 'movieRenderer':
+ if type in ('movieRenderer', 'clarificationRenderer'):
return ''
info = renderer_info(renderer)