Skip to content

import_logs.py doesn't acknowledge azw3 as download #4786

@anonymous-matomo-user

Description

@anonymous-matomo-user

In import_logs.py I added an additional line that includes the azw3 file extension:

DOWNLOAD_EXTENSIONS = (
    <default filetypes>
    'azw3 epub mobi'
).split()

The reports generated from this script will mark epub and mobi as file downloads, but not azw3.

Metadata

Metadata

Assignees

Labels

BugFor errors / faults / flaws / inconsistencies etc.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions