nstack-in / youtube_api

This Plugin will help you in fetching data from Youtube. You just need YOUTUBE API KEY.
Other
55 stars 52 forks source link

title must be utf-8 encoded #21

Open mdarifmustafa opened 5 years ago

mdarifmustafa commented 5 years ago

Hi,

it seems like the title parameter you are injecting to "YT_API" dynamic map object is in LATIN which is not supporting many of the character codes,

as I am the consumer of your api, request you to encode the title's value in UTF-8 encoded format, so it will support the [& ' emoji's].

title: Tum Bin Jaoon Kahan - Kishore Kumar Hit Song || Pyar Ka Mousam - Valentine's Day Song

Hope you understand the issue and will resolve asap.