mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 03:37:45 +03:00
Update mediafire.ts
This commit is contained in:
parent
a126707fb7
commit
c554dd0cbe
@ -21,7 +21,7 @@ export class MediafireApi {
|
|||||||
const html = await response.text();
|
const html = await response.text();
|
||||||
return this.extractDirectUrl(html);
|
return this.extractDirectUrl(html);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
throw new Error(`Failed to get download URL: ${error.message}`);
|
throw new Error(`Failed to get download URL`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user