From 48746f6e80ee298cf1e7007a1676251ba0028762 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 11 Jan 2024 02:21:53 +0100 Subject: [PATCH] Scripts: disable downloading all image metadata to get the viewcount --- scripts/generateImageAnalysis.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generateImageAnalysis.ts b/scripts/generateImageAnalysis.ts index 55095efc2..e3ea3dfcf 100644 --- a/scripts/generateImageAnalysis.ts +++ b/scripts/generateImageAnalysis.ts @@ -442,7 +442,7 @@ export default class GenerateImageAnalysis extends Script { const imageBackupPath = args[0] await this.downloadData(datapath, cached) - await this.downloadViews(datapath) + // await this.downloadViews(datapath) await this.downloadMetadata(datapath) await this.downloadAllImages(datapath, imageBackupPath) this.analyze(datapath)