Is your feature request related to a problem? Please describe.
Apparently the json I'm getting now is in Ukrainian and I don't know if I can change it to English
Describe the solution you'd like
Changing the language according to preferences
As mentioned in the README you can specify a custom language. If it's getting Ukrainian results that's probably the location of the server running the bot.
youtube.search('Poets of the fall', {
requestOptions: {
headers: { 'Accept-Language': 'en-US' }
}
});
Is your feature request related to a problem? Please describe. Apparently the json I'm getting now is in Ukrainian and I don't know if I can change it to English
Describe the solution you'd like Changing the language according to preferences
Additional context