fix comment embedding after reindex
This commit is contained in:
parent
8d3b7dc341
commit
456d0eb798
|
|
@ -345,6 +345,7 @@ class Reindex(ReindexBase):
|
|||
thumb_handler.download_video_thumb(video.json_data["vid_thumb_url"])
|
||||
|
||||
Comments(youtube_id, config=self.config).reindex_comments()
|
||||
video.get_from_es()
|
||||
video.embed_metadata()
|
||||
self.processed["videos"] += 1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue