View Single Post
  #3  
Old 11-19-2014, 07:52 AM
AltairAC AltairAC is offline
Junior Member
 
Join Date: Jan 2012
Posts: 7
AltairAC is on a distinguished road
Default

Re: how to download from oyo.hr


bump,

I would like to download the following:
Code:
http://oyo.dnevnik.hr/product/vijesti/18241-dnevnik-18-11-2014
My friend has an account there, so I asked him for the source code:
Code:
http://pastebin.com/Uc7ttj5G
The interesting part seems to be this one:
Code:
http://pastebin.com/pVaQ6mM3
The player url is still the same:
Code:
http://oyo.dnevnik.hr/static/shared/app/flowplayer/13-flowplayer.commercial-3.1.5-25-001.swf
Analyzing the source code, I found this:
Code:
rtmpe://vod-via-rtmpe.hr.cdn.cmestatic.com/novatvod/
But I can't figure out the filename, the source code says:
Code:
{0}-{1}.mp4
so {0}-{1} is for surely replaced by something, the question is with what... I would be grateful for any help/advice!


EDIT!!!

The "base":
Code:
http://v4.hr.cdn.cmestatic.com/
From this part of the source code:
Code:
http://pastebin.com/pVaQ6mM3
We find this:
Code:
1/2014/11/18/69d26514e7_60842023
Appending the base and the second string we get:
Code:
http://v4.hr.cdn.cmestatic.com/1/2014/11/18/69d26514e7_60842023
Finally add:
Code:
-1.mp4
-2.mp4
-1 = low quality
-2 = high quality

Thus we have:
Code:
http://v4.hr.cdn.cmestatic.com/1/2014/11/18/69d26514e7_60842023-1.mp4
and
Code:
http://v4.hr.cdn.cmestatic.com/1/2014/11/18/69d26514e7_60842023-2.mp4
Some of them, like:
Code:
http://oyo.dnevnik.hr/product/filmovi/17618-otmica
contain the whole url in the source code:
Code:
http://vod.oyo.hr.cdn.cmestatic.com/2014/09/29/54298d95380d9_SD-WVM_60838727.wvm
But to get it, you have to have an account there + it's in wvm (widevine) format = encrypted.

Last edited by AltairAC : 11-19-2014 at 11:38 AM.
Reply With Quote