Hacker News new | ask | show | jobs
by relaxman 5154 days ago
How do you search the musics on youtube ?

For example, I did search for "samurai collection" on pintunes, and I could play the entire music "Duel - Kiyoshi Yoshida".

But I didn't find this music anywhere on youtube!! If I search for "Duel - Kiyoshi Yoshida" or "Duel - samurai collection" I don't get the music in question.

What is strategy do you use to find the music?

1 comments

the code is available on github, take a look the player.js file in line 10, there you will see the call to the youtube api the search query is song name + artist https://github.com/miquelcamps/pin/blob/master/js/player.js thanks for comment!
Thanks.