fix old comment extraction

This commit is contained in:
jakeogh 2024-04-23 16:02:03 -07:00
parent 6083596d50
commit 2ef6563fb1
1 changed files with 2 additions and 1 deletions

View File

@ -3466,7 +3466,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
entity = entity
break
comment = self._extract_comment(view_model, entity, parent)
comment = self._extract_comment(view_model, entity, parent)
if comment.get('is_pinned'):
tracker['pinned_comment_ids'].add(comment_id)
# Sometimes YouTube may break and give us infinite looping comments.