Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
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> Thanks a bunch! |
#2
|
|||
|
|||
Re: Is it possible to download when pageURL and Referer are protected?You need something like this for your OS
Or this: |
#3
|
|||
|
|||
Re: Is it possible to download when pageURL and Referer are protected?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! |
#4
|
|||
|
|||
Re: Is it possible to download when pageURL and Referer are protected?Quote:
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> |
#5
|
|||
|
|||
Re: Is it possible to download when pageURL and Referer are protected?Thanks man. It worked!!
I knew i was mixing up the page and referer. Any tips to not mix them? rtmpsuck? Or the tools that Denis showed? Anyways, thanks so so much to you! been stuck on this for hours now. ;-) |
#6
|
|||
|
|||
Re: Is it possible to download when pageURL and Referer are protected?Quote:
Code:
http://www.streamhub.hk/forum/showthread.php?182-Swiss-TV-%28German-French-Italian-English%29-Thanks-to-D_M_W Code:
http://www.streamhub.hk/forum/showthread.php?285-Borg-TV Code:
http://streameo.altervista.org/forum/ Code:
http://www.kerman.hr/forum/index.php?topic=17946.0 |
#7
|
|||
|
|||
Re: Is it possible to download when pageURL and Referer are protected?Wow! amazing list. Let me get back to you on this once i have tried some of them :-))
|
#8
|
|||
|
|||
Re: Is it possible to download when pageURL and Referer are protected?Hmmmm...
just saw a couple of them - How to run SwissTV/Script Loader in Mac? i tried curl instead of wget command on that page, but doesnt work. Also saw the 1st two playlists/playlist player from your massive list, but they only seem to have windows executable files etc. I will look at more of them as and when i get more time But i guess my main question is how do you run these things on mac? Or only a few of these are mac compatible? Thanks once again bud.. P.S.- page source is what i was looking for but seems like the link is deprecated. Can you re-upload. Thanks. Last edited by iamsumit : 12-15-2015 at 02:09 PM. |
Tags: protected, regex |
Thread Tools | |
Display Modes | |
|
|