Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-03-05 02:56:29 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-05 02:56:29 +0400
commitdf72733fe1ee6ee3d518d59984a7b49f0da04a0b (patch)
tree0aa63d91afcf9d04327942b8592a2fceb28aaca8 /misc
parentef05c6c5e3a37a661348c78b830f23cadbb5b9b8 (diff)
Fixes #4786 Adding ebook formats to piwik.js download tracking and log importer
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/log-analytics/import_logs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/log-analytics/import_logs.py b/misc/log-analytics/import_logs.py
index df2e437476..6b8cdee560 100755
--- a/misc/log-analytics/import_logs.py
+++ b/misc/log-analytics/import_logs.py
@@ -63,6 +63,7 @@ DOWNLOAD_EXTENSIONS = (
'jar mpg mp2 mp3 mp4 mpeg mov movie msi msp odb odf odg odp '
'ods odt ogg ogv pdf phps ppt qt qtm ra ram rar rpm sea sit tar tbz '
'bz2 tbz tgz torrent txt wav wma wmv wpd xls xml xsd z zip'
+ 'azw3 epub mobi'
).split()