I am trying to capture/save the Legends of the Hidden Temple movie from nick.com. I've tried livestreamer and ffmpeg, but neither seem to work. If someone does seem to 'work', it says it is 'forbidden'. Could someone please show me how to download this (if it's even possible)?
Thanks.
Original link:m3u8 that I've found:Code:http://www.nick.com/videos/clip/legends-of-the-hidden-temple-Movie-full-episode.htmlCode:https://cp479184-vh.akamaihd.net/i/mtvnorigin/gsp.alias/mediabus/kids.com/2016/11/21/01/12/36/3e53ea64d47c45bca2d9ca9cfbfc8d8d/1413996/bAymn7Fo5I_HDNSZ704A1_1413996_6794335_,384x216_278,512x288_498,640x360_1028,768x432_1528,960x540_2128,1280x720_3128,1920x1080_5128,.mp4.csmil/index_6_av.m3u8?null=0&id=AgBJWNSWF9doxV2AZFhRxErsRs%2fgq5aOgseNg88rg2q%2fMbsL6CMnhZqoFLt1MG+snCt8XDDR4KlQZg%3d%3d&hdntl=exp=1483067869~acl=%2fi%2fmtvnorigin%2fgsp.alias%2fmediabus%2fkids.com%2f2016%2f11%2f21%2f01%2f12%2f36%2f3e53ea64d47c45bca2d9ca9cfbfc8d8d%2f1413996%2fbAymn7Fo5I_HDNSZ704A1_1413996_6794335_,384x216_278,512x288_498,640x360_1028,768x432_1528,960x540_2128,1280x720_3128,1920x1080_5128,.mp4.csmil%2f*~data=hdntl~hmac=cd1f70072fbb7c41d37c2ed8cb067655c76f7e9641fcd4101842ede696fe9ba3
+ Reply to Thread
Results 1 to 7 of 7
-
-
I've tried livestreamer... , but neither seem to work
Code:hlsvariant://https://cp479184-vh.akamaihd.net/i/mtvnorigin/gsp.alias/mediabus/kids.com ... 3128,1920x1080_5128,.mp4.csmil/master.m3u8?hdnea= ... " best -o Hidden Temple.mp4
Last edited by sysanin; 29th Dec 2016 at 13:12.
-
Maybe somebody has a better solution. I used Chrome browser. Developer tools> network and typed in master.
(See below screenshot, red circles. As the video played in the browser, these master.m3u8 entries appeared. I guess you have to play the whole hour plus video to get all the entries. If you stop/pause or mess with the video, some of the entries will duplicate, which will be a problem. There will probably be about 9 entries for the complete video.
I use the livestreamer template:
livestreamer "hlsvariant://put long master.m3u8 here" best -o file.ts
for smaller file size:
livestreamer "hlsvariant://put long master.m3u8 here" 360p -o file.ts
Here is the first master.m3u8 entry I got from the Chrome network:
Code:https://cp479184-vh.akamaihd.net/i/mtvnorigin/gsp.alias/mediabus/kids.com/2016/11/21/01/12/36/3e53ea64d47c45bca2d9ca9cfbfc8d8d/1413996/bAymn7Fo5I_HDNSZ704A1_1413996_6794335_,384x216_278,512x288_498,640x360_1028,768x432_1528,960x540_2128,1280x720_3128,1920x1080_5128,.mp4.csmil/master.m3u8?hdnea=st%3D1483015118%7Eexp%3D1483029518%7Eacl%3D%2Fi%2Fmtvnorigin%2Fgsp.alias%2Fmediabus%2Fkids.com%2F2016%2F11%2F21%2F01%2F12%2F36%2F3e53ea64d47c45bca2d9ca9cfbfc8d8d%2F1413996%2FbAymn7Fo5I_HDNSZ704A1_1413996_6794335_%2C384x216_278%2C512x288_498%2C640x360_1028%2C768x432_1528%2C960x540_2128%2C1280x720_3128%2C1920x1080_5128%2C.mp4.csmil%2F*%7Ehmac%3D40ec07b1fb33471a6e8e481377244e3617f4b29faf8a3983dee4190bbdd0a58c&__a__=off&__b__=450&__viacc__=NONE
Code:livestreamer "hlsvariant://https://cp479184-vh.akamaihd.net/i/mtvnorigin/gsp.alias/mediabus/kids.com/2016/11/21/01/12/36/3e53ea64d47c45bca2d9ca9cfbfc8d8d/1413996/bAymn7Fo5I_HDNSZ704A1_1413996_6794335_,384x216_278,512x288_498,640x360_1028,768x432_1528,960x540_2128,1280x720_3128,1920x1080_5128,.mp4.csmil/master.m3u8?hdnea=st%3D1483015118%7Eexp%3D1483029518%7Eacl%3D%2Fi%2Fmtvnorigin%2Fgsp.alias%2Fmediabus%2Fkids.com%2F2016%2F11%2F21%2F01%2F12%2F36%2F3e53ea64d47c45bca2d9ca9cfbfc8d8d%2F1413996%2FbAymn7Fo5I_HDNSZ704A1_1413996_6794335_%2C384x216_278%2C512x288_498%2C640x360_1028%2C768x432_1528%2C960x540_2128%2C1280x720_3128%2C1920x1080_5128%2C.mp4.csmil%2F*%7Ehmac%3D40ec07b1fb33471a6e8e481377244e3617f4b29faf8a3983dee4190bbdd0a58c&__a__=off&__b__=450&__viacc__=NONE" 360p -o file.ts
Then I used a software to combine all the 9 files into one video.
If you rename all the files like file1.ts, file2.ts, file3.ts... etc
you could use this ffmpeg command to join all the files:
ffmpeg -i "concat:file1.ts|file2.ts|file3.ts" -c copy output.ts
Note: you have to get your own master.m3u8 because they expire after a while.
For your convenience, I uploaded the video and you can download it here:
http://files.videohelp.com/u/61125/nick.tsLast edited by jimdagys; 30th Dec 2016 at 07:30.
-
Direct 1080p link
Can you tell me how you got that link? If I want smaller resolution (360p) what would the link be?
Also, the above link you gave only plays the first 7min 50sec of the video, not the whole 1hour video.Last edited by jimdagys; 30th Dec 2016 at 07:44.
-
Sorry about that.
Here Full Episode Links + Subtitle (ENG) Links : Legends of the Hidden Temple: "Full Episode" -
ceppu36,
Can you tell me how you got those mp4 links? The method I used (see above post) uses livestreamer to download, so I can see your method is different, although both methods will download the video. Can you tell me how you got the mp4 links ( steps you used, screenshots would be helpful).
Similar Threads
-
How do I download the following m3u8 url?
By AshleyQuick in forum Video Streaming DownloadingReplies: 33Last Post: 22nd Aug 2020, 04:17 -
Download m3u8 playlist
By aviergaz in forum Video Streaming DownloadingReplies: 3Last Post: 16th Sep 2016, 10:18 -
How do I download the following m3u8?
By AshleyQuick in forum Video Streaming DownloadingReplies: 2Last Post: 4th Oct 2015, 02:13 -
How to download this mp4.m3u8
By mikeutter in forum Video Streaming DownloadingReplies: 4Last Post: 17th Mar 2015, 08:01 -
who would download a m3u8 file for me ?
By Biggy in forum Video Streaming DownloadingReplies: 4Last Post: 18th Feb 2014, 04:08