mirror of
https://github.com/Kirazul/Verome-API.git
synced 2026-03-08 00:05:22 +00:00
Set Arabic language for native script results
This commit is contained in:
2
lib.ts
2
lib.ts
@@ -14,7 +14,7 @@ export class YTMusic {
|
|||||||
this.baseURL = "https://music.youtube.com/youtubei/v1";
|
this.baseURL = "https://music.youtube.com/youtubei/v1";
|
||||||
this.context = {
|
this.context = {
|
||||||
client: {
|
client: {
|
||||||
hl: "en",
|
hl: "ar", // Arabic to get native script in results
|
||||||
gl: "US",
|
gl: "US",
|
||||||
clientName: "WEB_REMIX",
|
clientName: "WEB_REMIX",
|
||||||
clientVersion: "1.20251015.03.00",
|
clientVersion: "1.20251015.03.00",
|
||||||
|
|||||||
Reference in New Issue
Block a user