5 ms·
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 Yos
by relaxman 14y 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?
- miquelcamps 14y agothe 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 https://github.com/miquelcamps/pin/blob/master/js/player.js thanks for comment!
- relaxman 14y agoThanks.