fix missing config for comments extraction, #596

pull/612/head
Simon 8 months ago
parent eced8200c1
commit f41ecd24c5
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -77,7 +77,7 @@ class Comments:
def get_yt_comments(self):
"""get comments from youtube"""
yt_obs = self.build_yt_obs()
info_json = YtWrap(yt_obs).extract(self.youtube_id)
info_json = YtWrap(yt_obs, config=self.config).extract(self.youtube_id)
if not info_json:
return False, False

Loading…
Cancel
Save