mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 01:53:57 +00:00
feat: refactor and i18n
This commit is contained in:
@@ -18,10 +18,7 @@ export class DatanodesApi {
|
||||
const pathSegments = parsedUrl.pathname.split("/").filter(Boolean);
|
||||
const fileCode = pathSegments[0];
|
||||
|
||||
await this.jar.setCookie(
|
||||
"lang=english;",
|
||||
"https://datanodes.to"
|
||||
);
|
||||
await this.jar.setCookie("lang=english;", "https://datanodes.to");
|
||||
|
||||
const payload = new URLSearchParams({
|
||||
op: "download2",
|
||||
|
||||
Reference in New Issue
Block a user