mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
fix: update crunchyroll tv app id
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ const downloadMobileApk = async () => {
|
|||||||
const downloadTvApk = async () => {
|
const downloadTvApk = async () => {
|
||||||
const source = 'https://webservices.aptoide.com/webservices/3/getApkInfo';
|
const source = 'https://webservices.aptoide.com/webservices/3/getApkInfo';
|
||||||
const body = new FormData();
|
const body = new FormData();
|
||||||
body.append('identif', 'id:72075737');
|
body.append('identif', 'id:72863127');
|
||||||
body.append('mode', 'json');
|
body.append('mode', 'json');
|
||||||
const response = await fetch(source, { method: 'POST', body });
|
const response = await fetch(source, { method: 'POST', body });
|
||||||
const json = await response.json();
|
const json = await response.json();
|
||||||
|
|||||||
Reference in New Issue
Block a user