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