Set Arabic language for native script results

This commit is contained in:
Your Name
2026-01-10 17:37:42 +01:00
parent 5043df7a16
commit cd4c549b6e

2
lib.ts
View File

@@ -14,7 +14,7 @@ export class YTMusic {
this.baseURL = "https://music.youtube.com/youtubei/v1";
this.context = {
client: {
hl: "en",
hl: "ar", // Arabic to get native script in results
gl: "US",
clientName: "WEB_REMIX",
clientVersion: "1.20251015.03.00",