Remove Video Engagement
This commit is contained in:
BIN
config.xlsx
BIN
config.xlsx
Binary file not shown.
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user