all you need is a packet sniffer that can capture packets, however i suggest commview and in this example i use commview.
go to djtunes and find a song you want to download / steal.
start commview and make a filter:
advanced rules:
* formulas
name it anything you want and add the following as filter content:
Code: Select all
str(stream)
* now on djtunes start the song
* in commview you will get a packet which will look like this:
Code: Select all
GET /ajax_player/stream?p=268&tid=eNqrDAzw9_NVVFbVU9ABABakAug HTTP/1.1
Host: www.djtunes.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
/ajax_player/stream?p=268&tid=eNqrDAzw9_NVVFbVU9ABABakAug
* add it to djtunes.com, so it would look like this:
Code: Select all
djtunes.com/ajax_player/stream?p=268&tid=eNqrDAzw9_NVVFbVU9ABABakAug
so before doing all this, make sure song starts to play from beginning, at bottom where the player appears, click the beginning of the song and the packet that shows up in commview is the one you want. download it and click on next part in the player, next packet will appear and do the same. you end up with 2 - 5 pieces, depending on how long the track is, then use any audio program and put them togheter and you have it.
as said, QUICK guide and not much details. feel free to ask help if you need any. commview usage tutorial is on my wiki, read it if you are lost with commview (no questions about commview here).