fix old comment extraction

This commit is contained in:
jakeogh 2024-04-23 16:02:03 -07:00
parent 6083596d50
commit 2ef6563fb1

View file

@ -3466,7 +3466,8 @@ def extract_thread(contents, entity_payloads):
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.