How to embedded Wynk music songs in the audio tag of HTML. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to embedded Wynk music songs in the audio tag of HTML.

wynk music site has millions of songs. how I can give the path of music songs present on wynk music in the src attribute of the audio tag so that I can use them without downloading music songs in my PC.

31st Jan 2020, 4:18 AM
Maninder $ingh
Maninder $ingh - avatar
3 Answers
+ 1
most likely you cant, they dont seems to be giving out any public api to use. you should also see the ToS and see if using their music is allowed. last problem is copyright infringement, since the music they're provide isnt their own.
31st Jan 2020, 4:54 AM
Taste
Taste - avatar
+ 1
Taste does music present on these sites are stored on their servers. Actually, I want to know-how these music sites are working. if I also want to start my own music site like these sites actually what I need.
31st Jan 2020, 5:46 AM
Maninder $ingh
Maninder $ingh - avatar
0
usually yes, but if the hosting got expensive only for storing a music they can also use third party storage. on the back end, usually they accessing the music using rest or graphql this way its much easier to build the url to fetch the file they need like forexample music/${artist}/song/${title} still, you'll also need to deal with legality of your content.
31st Jan 2020, 7:11 AM
Taste
Taste - avatar