mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-16 01:44:24 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2c672dfa6 | ||
|
|
828f4fa1d5 |
+1
-1
@@ -100,7 +100,7 @@ const extract = async ({ target = 'mobile', output, cleanup = false } = {}) => {
|
||||
console.log('Downloading APK...');
|
||||
const apkPath = target === 'tv' ? await downloadTvApk() : await downloadMobileApk();
|
||||
|
||||
if (existsSync(apkPath)) {
|
||||
if (!existsSync(apkPath)) {
|
||||
console.error('Unable to find APK (possibly a download error)');
|
||||
return;
|
||||
}
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "crextractor",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "crextractor",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"funding": [
|
||||
{
|
||||
"type": "individual",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "crextractor",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"description": "Utility for extracting credentials from the Crunchyroll Android app",
|
||||
"main": "crextractor.js",
|
||||
"bin": {
|
||||
|
||||
Reference in New Issue
Block a user