View Single Post
  #1  
Old 12-14-2015, 09:58 PM
iamsumit iamsumit is offline
Member
 
Join Date: Dec 2015
Posts: 72
iamsumit is on a distinguished road
Default

Is it possible to download when pageURL and Referer are protected?


Hi,

Is it possible to download from the below site?
The problem i am facing is that both page and referer urls are redirecting to protected sites. They say the stream is protected.

Site-
http://cdn8.crichd.in/star-sports-2-live-streaming

Referer - http://biggestplayer.me/streamcrjeje...620&height=490

page - http://theactionlive.com/livegamecr2... 0&stretching=

As a result, the below regex doesn't work -
Code:
<item>
<title>Star Sports 1 HTTP Regex</title>
<link>http://178.18.31.64:8081/liverepeater/201767/playlist.m3u8?wmsAuthSign=$doregex[getwmsAuthSign]</link>
<regex>
<name>getwmsAuthSign</name>
<expres>.file:"(.*?)"</expres>
<page>http://theactionlive.com/livegamecr2.php?id=starsports1&width=620&height=490&stretching=</page>
<referer>http://biggestplayer.me/streamcrjeje.php?id=201767&width=620&height=490</referer>
<agent>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36</agent>
<cookieJar></cookieJar>
</regex>
Can anybody help?
Thanks a bunch!
Reply With Quote