Scripts: disable downloading all image metadata to get the viewcount
This commit is contained in:
parent
34d8527718
commit
48746f6e80
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue