View Single Post
  #2  
Old 10-05-2015, 10:35 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: how to get a code for this website


Quote:
Originally Posted by carlosv View Post
good afternoon,

I would like some help with this website,please.

http://oneplay.tv/ver/canal/51/discovery-kids

I would like to have a code with what to record it.

Thank you!
not easy

dynamic .m3u8 and need 3 headers User-Agent Referer and Cookie (2 Cookies OPSESSID ci_session)



Code:
livestreamer --http-header "Cookie=OPSESSID=.....................; ci_session=..................."    --http-header "User-Agent=Mozilla/5.0 (X11; Linux i686; rv:41.0) Gecko/20100101 Firefox/41.0 Iceweasel/41.0"  --http-header "Referer=http://p.jwpcdn.com/6/12/jwplayer.flash.swf"  "hls://http://oneplay.tv/applicationlive/reproducir/194_...............m3u8" best -o "discovery-kids.ts"

Code:
[cli][info] Found matching plugin stream for URL hls://http://oneplay.tv/applicationlive/reproducir/194_....................m3u8
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
[download][discovery-kids.ts] Written 9.3 MB (39s @ 229.2 KB/s)
Reply With Quote