MP3 link for new songs #42
-
Can't we get mp3 320 kbps links for songs using this link |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We can generate links for mp3 also using a simple string manipulation on top of the current url. The problem with this approach is now they're not adding mp3 for all the songs so API might break in case I force it to serve mp3 which is not a good idea so I've kept it to serve m4a instead of mp3 which actually makes sense because it's approximately smaller in size and better in quality than mp3. |
Beta Was this translation helpful? Give feedback.
-
Nice api ,its a great work |
Beta Was this translation helpful? Give feedback.
We can generate links for mp3 also using a simple string manipulation on top of the current url.
Read the details and how to do here in this issue #33 (comment)
The problem with this approach is now they're not adding mp3 for all the songs so API might break in case I force it to serve mp3 which is not a good idea so I've kept it to serve m4a instead of mp3 which actually makes sense because it's approximately smaller in size and better in quality than mp3.