PDA

View Full Version : how to download from oyo.hr


Doktor-X
10-05-2014, 12:06 PM
hello, i'm new to rtmpdump and i want to download tv shows from web site oyo.hr

this is url of the show
http://oyo.dnevnik.hr/product/serije/17556-kud-puklo-da-puklo-epizoda-17

this is url of the player
http://oyo.dnevnik.hr/static/shared/app/flowplayer/13-flowplayer.commercial-3.1.5-25-001.swf

what i need more to download from this site?

hasomaso
10-05-2014, 02:48 PM
login:
pass:

AltairAC
11-19-2014, 07:52 AM
bump,

I would like to download the following:
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:
http://pastebin.com/Uc7ttj5G

The interesting part seems to be this one:
http://pastebin.com/pVaQ6mM3

The player url is still the same:
http://oyo.dnevnik.hr/static/shared/app/flowplayer/13-flowplayer.commercial-3.1.5-25-001.swf

Analyzing the source code, I found this:
rtmpe://vod-via-rtmpe.hr.cdn.cmestatic.com/novatvod/

But I can't figure out the filename, the source code says:
{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":
http://v4.hr.cdn.cmestatic.com/

From this part of the source code:
http://pastebin.com/pVaQ6mM3

We find this:
1/2014/11/18/69d26514e7_60842023

Appending the base and the second string we get:
http://v4.hr.cdn.cmestatic.com/1/2014/11/18/69d26514e7_60842023

Finally add:
-1.mp4
-2.mp4

-1 = low quality
-2 = high quality

Thus we have:
http://v4.hr.cdn.cmestatic.com/1/2014/11/18/69d26514e7_60842023-1.mp4
and
http://v4.hr.cdn.cmestatic.com/1/2014/11/18/69d26514e7_60842023-2.mp4

Some of them, like:
http://oyo.dnevnik.hr/product/filmovi/17618-otmica

contain the whole url in the source 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. :(

griller
11-20-2014, 04:32 PM
Download link for Otmica is http://v1.hr.cdn.cmestatic.com/2014/09/29/336ea87340_60838723-2.mp4

Ro84L
11-27-2014, 03:13 PM
Have they changed the source code structure in the meantime or I'm missing something? I can't catch filenames anymore..

EDIT: Now I can grab it in the fiddler captures but still can't find out how to trace wvm files to source mp4 files and download it as unencrypted. griller, would you please explain us how did you do that with 'Otmica' file?

griller
11-28-2014, 11:26 AM
Firefox + Firebug. Search in HTML tab for "filename" or "config" after playing video.

Ro84L
11-29-2014, 12:32 PM
Firefox + Firebug. Search in HTML tab for "filename" or "config" after playing video.

It works, tnx!

Ro84L
11-29-2014, 06:08 PM
The "base":
http://v4.hr.cdn.cmestatic.com/



It also works with v1, v2, v3 and v5 combination. AltairAC, I'm just curious, how did you dig out the valid url base?

griller
12-01-2014, 01:56 PM
It also works with v1, v2, v3 and v5 combination. AltairAC, I'm just curious, how did you dig out the valid url base?
From videos on dnevnik.hr.
Also works with cdn.nova.tv.

zerox
10-26-2017, 12:49 PM
Hello guys,

It seems oyo has changed something again. Any clue how to download? Thank you :-)