From c5de9ba9e5e45827cc715d28c95b12266a6d2e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20C=C3=A9sar=20Garc=C3=ADa=20Ill=C3=A1n?= <126485041+Indi733@users.noreply.github.com> Date: Sun, 22 Mar 2026 18:24:00 +0100 Subject: [PATCH] Add new official mirror to yts-mirrors.json --- public/yts-mirrors.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/yts-mirrors.json b/public/yts-mirrors.json index ffbea2c..43d66df 100644 --- a/public/yts-mirrors.json +++ b/public/yts-mirrors.json @@ -1,8 +1,10 @@ { "mirrors": [ + "https://movies-api.accel.li/api/v2/", // ← New Official "https://yts.bz/api/v2/", + "https://yts.gg/api/v2/", "https://yts.lt/api/v2/", "https://yts.am/api/v2/", "https://yts.ag/api/v2/" ] -} \ No newline at end of file +}