Update mediafire.ts

This commit is contained in:
Shisuys 2025-02-01 19:57:18 -03:00
parent a126707fb7
commit c554dd0cbe

View File

@ -21,7 +21,7 @@ export class MediafireApi {
const html = await response.text();
return this.extractDirectUrl(html);
} catch (error) {
throw new Error(`Failed to get download URL: ${error.message}`);
throw new Error(`Failed to get download URL`);
}
}