View Single Post
  #1  
Old 11-03-2016, 09:48 AM
ArianT ArianT is offline
Junior Member
 
Join Date: Nov 2016
Posts: 1
ArianT is on a distinguished road
Default

How to get song from this webiste


Hello guys, i started this thread to see if anyone can help me get the audio files (mp3) from this site.

link: http://www.ollehmusic.com/#/AlbumDet...um_id=80888954

so far, i've only managed to get some links:

this the link i get using IDM. It shows the length of the song is 4min 7seg, but when i download it, i only get 1min preview:
Code:
rtmp://streaming.dosirak.com/m?token=0bcc0f3d9358290dfccfb0cabaacef65&expr=581b556e&file=/O/SONG/MP3/086/714/86714841_192k.mp3&sid=&cid=86714841&Cashtype=&calltype=s/mp3:/O/SONG/MP3/086/714/86714841_192k
i believe this is the playpath:
Code:
/O/SONG/MP3/086/714/86714841_192k.mp3
using Wireshark (network protocol analyzer software), i can see something called "RtmpSampleAccess" which gives me pretty much all the ID3 tags and Metadata of the song, including: Album title, Artist name, Lyrics, Songtitle, Genre, Year, Writing library, Picture Data (image/jpeg) 36946 bytes, duration Number 247,249, and few more ID tags

Looking for more links with Wireshark, i found this:
Code:
<ASX version="3.0">
<ENTRY>
	<TITLE>Olleh Music Service</TITLE>
	<REF HREF="mms://cdn.dosirak.com/OP/SONG/WMA/086/714/86714841_192k.wma" />
</ENTRY>
</ASX>
but i can't download it.

Any help?
Reply With Quote