Remove Video Engagement

This commit is contained in:
2021-11-29 21:25:59 -06:00
parent f9ac3ec934
commit 6c3065d2a8
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@@ -141,7 +141,8 @@ func (r *Runner) GetIntsaEgagement(urls []string) []InstaPost {
if res.Views != 0 { if res.Views != 0 {
res.Type = "Video" res.Type = "Video"
res.Engagement = res.Views + res.Comments //res.Engagement = res.Views + res.Comments
res.Engagement = 0
} else { } else {
res.Type = "Image" res.Type = "Image"
res.Engagement = res.Likes + res.Comments res.Engagement = res.Likes + res.Comments