mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
fix: disable progress
This commit is contained in:
@@ -11,7 +11,6 @@ const downloadLatestApk = async () => {
|
||||
const filepath = join(process.cwd(), 'crunchyroll.xapk');
|
||||
await download(url, {
|
||||
output: filepath,
|
||||
onProgress: (progress) => console.log(progress),
|
||||
onError: (error) => console.error(error),
|
||||
});
|
||||
return filepath;
|
||||
|
||||
Reference in New Issue
Block a user