mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-24 11:21:02 +00:00
feat: adding onlinefix credentials
This commit is contained in:
@@ -42,6 +42,8 @@ const getXatabRepack = async (url: string) => {
|
||||
if (!$downloadButton) throw new Error("Download button not found");
|
||||
|
||||
const torrentBuffer = await getTorrentBuffer($downloadButton.href);
|
||||
console.log(url);
|
||||
console.log(torrentBuffer.byteLength);
|
||||
|
||||
return {
|
||||
fileSize: formatXatabDownloadSize($size.textContent).toUpperCase(),
|
||||
|
||||
Reference in New Issue
Block a user