This commit is contained in:
Wkeynhk
2025-12-26 01:34:09 +03:00
parent 7f0dc5eee4
commit 358f41b4ba
4 changed files with 4 additions and 4 deletions

View File

@@ -79,4 +79,4 @@ export class BuzzheavierApi {
): Promise<string> {
return extractHosterFilename(url, directUrl);
}
}
}

View File

@@ -126,4 +126,4 @@ export class FuckingFastApi {
): Promise<string> {
return extractHosterFilename(url, directUrl);
}
}
}