![]() ![]() |
Could anybody write script to download streamed music from Ex.fm? Ex.fm is an online mp3 listening service. It collects music from many sources and allows to stream them. You can't download songs from Ex.fm directly.
It would be nice if this could be implemented. Site URL: http://ex.fm/ Sample song: http://ex.fm/song/129a |
![]() ![]() |
I'd be happy to do it, need something to keep my occupied tonight. I've already tested for any download hotlink protection, but it seem pretty straight forward. I tested this command and successfully downloaded a song:
I'll post a link when the script is ready! :) |
![]() ![]() |
UPDATE: Almost done! As I said though, this will be for Google Chrome / Safari only, but it won't require Tampermonkey :) Some updates so far on what I've learned:
* Ex.Fm uses HTML5 audio (>mp3) as playback. So Firefox is out. That's because the Flash object in it's place doesn't reveal the mp3 link. Or I should say; I don't know how to do that, but I think it's pretty hard none the less.
I found it in the sourcecode, must be a thing the developer left behind. By doing that I forced the mp3 link to appear in the audio element, so you CAN download with Firefox, you just can't PLAY anything. In Google Chrome it was easy. And because E.fm seems to stop yuo from playing the same song twice (for a while anyways), it's either playing it / downloading it with Gogole Chrome, or just downloading in Firefox. So, playing songs AND downloading them will only work in Gogole Chrome, while doing this in Firefox would stop the playback ability, and only give you the download. P.S. When I say Google Chrome only I mean a browser that can handle userscripts + HTML5 audio elements + MP3 supprt. Firefox only supports OGG. D.S. |
![]() ![]() |
Finished, here's the link: userscripts.org/scripts/show/133728 |
![]() ![]() |
gracias Erik! |
![]() ![]() |
Huge thanks! :D |
![]() ![]() |
|



