I'm working for a school project where we have to play music videos from youtube with data about these videos from wikipedia; the difficult part is to identify the music in the video (for a human it is very simple, but a computer can't just understand it from the title). After a lot of useless searches on google that lead me to desperation, I noticed that in the description of the video there is a div (ytd-metadata-row-container-renderer) containing the information I need for the project (it contains category, license and music - the exact title of the song and the author). Is it possible to get these data with a youtube API, ajax request or other methods? Thanks.
↧
get youtube music video metadata
↧