Scripts: disable downloading all image metadata to get the viewcount

This commit is contained in:
Pieter Vander Vennet 2024-01-11 02:21:53 +01:00
parent 34d8527718
commit 48746f6e80

View file

@ -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)