View Single Post
  #12  
Old 04-27-2014, 10:56 AM
team mate team mate is offline
Member
 
Join Date: Jul 2009
Posts: 44
team mate is on a distinguished road
Default

Re: Download from npo.nl


Quote:
Originally Posted by blimey View Post
Try these steps;

Load the following page, note token value;
Code:
http://ida.omroep.nl/npoplayer/i.js
Add token value (without quotes) to the following url (add it after token=), and then load page;
Code:
http://ida.omroep.nl/odi/?prid=BNN_101359970&puboptions=h264_std&adaptive=no&part=1&token=
Result of loading page will produce result similar to this;
Code:
http://odi.omroep.nl/video/ida/h264_std/---some code---/---some code---/BNN_101359970/1?type=jsonp
Copy such url like above (end it at "jsonp", leave off the rest). Remove extraneous "\".

Load this url, it will load once and only once (any more loads after the first one will produce error). Result of loading this url will produce page with;
Code:
download","path":

"server"
Make new url using strings following server and download path. Remove extraneous "\".

New url for download should look somewhat similar to this;
Code:
http://content10c5d.omroep.nl/urishieldv2/ --- some code --- . --- some code --- /ceresodi/h264/1/bnn/rest/2014/BNN_101359970/std.20140426.m4v

this worked! thank you so much!
Reply With Quote