api - How can I extract artist and song information from Youtube music videos? -


i know "extracting song or artist names youtube" not possible using youtube's data api. however, have found several websites have extracted artist or song names successfully. guess using machine learning or else.

is there common practice extracting artist or song names?

you can extract artists , song titles description, though there 1 downside, information may not appear in countries (outside of united states), need proxy located in u.s, can use yahoo's yql service avoid issue. div element "watch-description-extra-info" have information need.

artist name displayed next description


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -