From 196a1cad1d93087d0302b6c2353eb24fa7d8d3dd Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Tue, 13 Jan 2026 19:51:30 +0500 Subject: [PATCH] fix: update crunchyroll tv app id --- crextractor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crextractor.js b/crextractor.js index b1fb5ca..703c373 100644 --- a/crextractor.js +++ b/crextractor.js @@ -17,7 +17,7 @@ const downloadMobileApk = async () => { const downloadTvApk = async () => { const source = 'https://webservices.aptoide.com/webservices/3/getApkInfo'; const body = new FormData(); - body.append('identif', 'id:72075737'); + body.append('identif', 'id:72863127'); body.append('mode', 'json'); const response = await fetch(source, { method: 'POST', body }); const json = await response.json();