Hi
I Would like to make my own version of the Grooveshark downloader for myself.
I'm a bit confused about the datastream: How to get the download Url
Some example code:
Code:
Dim client As New GroovesharkClient
Dim resp As SearchArtist.getSearchArtistResultsResponse = client.SearchArtist("beyoncé", 1000)
Dim item As SearchArtist.SearchArtistResult = resp.result.result.Item(11)
Dim stream As New Functions.GetMusicStream(client)
I am actually a java programmer, but I know some basics of VB.net
I saw this topic (
viewtopic.php?f=133&t=87), but I can't find the method "GetMusicUrl", so I am able to download the song.
How can I get the download Url of the selected song?
I realy appreciate soms tips

Thx anyway!
Dieter