View Single Post
  #4  
Old 12-15-2015, 08:09 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

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


Quote:
Originally Posted by iamsumit View Post
Looks good.
What are these called bro? Are these self-coded by you? :-)

I sometimes feel most of the rtmpdump stuffs are only available for windows, refreshing to see these for mac!

Going mad trying to understand how to sniff the parameters. Right now stuck with rtmpsuck :-(
I understand i can sniff urls more efficiently using rtmpsuck than wireshark.

Anyways, let me know if you want to share these tools info. Thanks bro. you have already helped a lot to get me started!
hi

try this

Code:
<item>
<title>http://cdn8.crichd.in/star-sports-2-live-streaming</title>
<link>$doregex[get-m3u8]</link>

<regex>
<name>get-m3u8</name>
<expres>file: "(.*?)"</expres>
<page>http://biggestplayer.me/streamcrjeje.php?id=$doregex[get-id]</page>
<referer>http://theactionlive.com/</referer>
</regex>

<regex>
<name>get-id</name>
<expres>id='(.*?)'</expres>
<page>http://theactionlive.com/livegamecr2.php?id=starsports2</page>
<referer>http://cricfree.sx/update/starsports2.php</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>
</regex>
</item>
Reply With Quote