mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-17 21:25:49 +00:00
fix deactivated comment extractor
This commit is contained in:
parent
24d66e33a7
commit
5ed80d983d
@ -33,7 +33,10 @@ class Comments:
|
|||||||
|
|
||||||
self._send_notification(notify)
|
self._send_notification(notify)
|
||||||
comments_raw, channel_id = self.get_yt_comments()
|
comments_raw, channel_id = self.get_yt_comments()
|
||||||
|
if comments_raw:
|
||||||
self.format_comments(comments_raw)
|
self.format_comments(comments_raw)
|
||||||
|
else:
|
||||||
|
self.comments_format = []
|
||||||
|
|
||||||
self.json_data = {
|
self.json_data = {
|
||||||
"youtube_id": self.youtube_id,
|
"youtube_id": self.youtube_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user