Hello guys is there way to download hulu Mpeg-Dash
Link:
https://play.hulu.com/dash_manifest/60614186/sd/1441839465_9968381b778f4cafc91c35133f59e020/60614186.mpd?user_id=59352425&language=en&cdn=dv&v ersion=1&device=119®ion=US
content in .mpd file :
Code:
<?xml version="1.0" encoding="utf-8"?>
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" profiles="urn:mpeg:dash:profile:isoff-on-demand:2011" type="static" minBufferTime="PT5.0S" mediaPresentationDuration="PT2568.024S">
<Period>
<AdaptationSet mimeType="video/mp4" segmentAlignment="true" bitstreamSwitching="true">
<ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc"/>
<ContentProtection schemeIdUri="urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95"/>
<ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed"/>
<Representation id="1" codecs="avc1.64001E" width="704" height="396" startWithSAP="1" bandwidth="922322">
<BaseURL>http://http-v-darwin.hulu.com/186/60614186/agave50833372_36034264_H264_1000_36034638_video.mp4?end=20150918230346&authToken=06e8f5e7e1fd110350872</BaseURL>
<SegmentBase indexRange="1536-7759" indexRangeExact="true">
<Initialization range="0-1535"/>
</SegmentBase>
</Representation>
<Representation id="3" codecs="avc1.640015" width="512" height="288" startWithSAP="1" bandwidth="331734">
<BaseURL>http://http-v-darwin.hulu.com/186/60614186/agave50833372_36034262_H264_400_36034310_video.mp4?end=20150918230346&authToken=0e4831b9c48eed7f6a214</BaseURL>
<SegmentBase indexRange="1536-7759" indexRangeExact="true">
<Initialization range="0-1535"/>
</SegmentBase>
</Representation>
<Representation id="4" codecs="avc1.64001E" width="640" height="360" startWithSAP="1" bandwidth="578131">
<BaseURL>http://http-v-darwin.hulu.com/186/60614186/agave50833372_36034263_H264_650_36034637_video.mp4?end=20150918230346&authToken=0dba6bf8ea9822fc097eb</BaseURL>
<SegmentBase indexRange="1537-7760" indexRangeExact="true">
<Initialization range="0-1536"/>
</SegmentBase>
</Representation>
</AdaptationSet>
<AdaptationSet mimeType="audio/mp4" segmentAlignment="true" bitstreamSwitching="true">
<ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc"/>
<ContentProtection schemeIdUri="urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95"/>
<ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed"/>
<Representation id="2" codecs="mp4a.40.2" audioSamplingRate="24000" startWithSAP="1" bandwidth="64000">
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="1"/>
<BaseURL>http://http-v-darwin.hulu.com/186/60614186/agave50833372_36034264_H264_1000_36034638_audio.mp4?end=20150918230346&authToken=0d6b10abdf9f168a87a5b</BaseURL>
<SegmentBase indexRange="1483-7562" indexRangeExact="true">
<Initialization range="0-1482"/>
</SegmentBase>
</Representation>
</AdaptationSet>
</Period>
</MPD>