From a2683ca959bf2694530c4c7ceda6d7f3f274438c Mon Sep 17 00:00:00 2001 From: Vincent CLAVIEN Date: Sun, 1 Dec 2024 00:37:22 +0100 Subject: [PATCH] Only zip files are supported --- index.html | 11 ++++++----- readme.md | 2 ++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index f4431f8..ddbf8c1 100644 --- a/index.html +++ b/index.html @@ -73,12 +73,13 @@

You can request your Mastodon archive by logging into your account on the web, then visiting "Preferences > Import and export > - Request your archive". -

-

- Start by opening your archive file with MARL. + Request your archive".
+ Please note: only ZIP files are supported (not + GZ).

+ Start by opening your archive file with MARL.
You can drag and drop it anywhere on this page, or diff --git a/readme.md b/readme.md index 5d4e563..fd57b64 100644 --- a/readme.md +++ b/readme.md @@ -12,6 +12,8 @@ __Access MARL online here:__ https://s427.github.io/MARL/ Alternatively, you can download this project from its [project page](https://github.com/s427/MARL), unpack it on your device, and simply launch (double click) `index.html`. +⚠️ __Only ZIP files are supported__ —not GZ files. This is a limitation of the JSZip library which is used by MARL to unpack the archive file. Older versions of Mastodon (prior to version 4.2.0) used to export the archive in TAR.GZ. If this is your case, you will have to first convert your archive to a ZIP file. + ## Screenshot app screenshot