From 2c7965809460e06bddde2e8a5fadb448b4847249 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Mon, 26 May 2025 09:06:11 +0200 Subject: [PATCH] Add EXPORT.md --- EXPORT.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 EXPORT.md diff --git a/EXPORT.md b/EXPORT.md new file mode 100644 index 0000000..7964b3f --- /dev/null +++ b/EXPORT.md @@ -0,0 +1,31 @@ +# How to export your data from id.420129.xyz + +Or any other Invidious instance. + +It's a simple process. + +1. Make sure you're logged in. If not, log in. +2. Go to *Preferences* (top right) \ + ![](images/Screenshot_20250526_084550.webp) +3. Scroll down. Under *Data preferences*, click *Import/export data* \ + ![](images/Screenshot_20250526_084857.webp) +4. Click on *Export Invidious data as JSON* \ + ![](images/Screenshot_20250526_085010.webp) +5. A file named *subscription_manager.json* will be downloaded. This is your data. \ + It only contains subscriptions and settings - all the stuff stored! + + + + +# How to import your data to another Invidious instance + +1. Create an account on another Instance. +2. Go to *Preferences* (top right) \ + ![](images/Screenshot_20250526_084550.webp) +3. Scroll down. Under *Data preferences*, click *Import/export data* \ + ![](images/Screenshot_20250526_084857.webp) +4. Click *Browse...* near *Import Invidious JSON data*. Select the *subscription_manager.json* downloaded earlier. \ + ![](images/Screenshot_20250526_085948.webp) +5. Click *Import*. \ + ![](images/Screenshot_20250526_085540.webp) +6. If all went good, you'll be redirected to the main page. \ No newline at end of file