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

Re: Recording/Downloading from MelOn


Quote:
Originally Posted by scoups View Post
I've seen 2 posts on here about downloading videos from the Korean site 'MelOn' under the melon tag http://stream-recorder.com/forum/tags/melon/ and i wanted to know how to get the download myself. i've tried all free download sites/extensions and nothing seems to work.
here is the video i'm trying to download
http://vod.melon.com/video/detail2.h...enuId=26020101

thanks
hi

in your link

Code:
http://vod.melon.com/video/detail2.htm?mvId=50143232&menuId=26020101
or in source page you can find

Code:
var contsId  = '50143232';

open
Code:
http://vod.melon.com/delivery/streamingInfo.json?contsId=50143232&contsType=VIDEO
and you can find .m3u8 link

example


Code:
"otherPlay":false,"encUrl":"http://api.wecandeo.com/video.m3u8?k=IQeW2kkTPXuanrRxoZ9t99ozE3dFOcMWbQ4KABbkLzipk3Ot9V4lAIipG1mtmipnFrzpEM6ZgEkOvwlWsZ4dXewYypMCXNaJDwGvVv8p6rVT4Qie"

Code:
livestreamer "hlsvariant://http://api.wecandeo.com/video.m3u8?k=IQeW2kkTPXuanrRxoZ9t99ozE3dFOcMWbQ4KABbkLzipk3Ot9V4lAIipG1mtmipnFrzpEM6ZgEkOvwlWsZ4dXewYypMCXNaJDwGvVv8p6rVT4Qie" best -o video.ts

Code:
[cli][info] Found matching plugin stream for URL hlsvariant://http://api.wecandeo.com/video.m3u8?k=IQeW2kkTPXuanrRxoZ9t99ozE3dFOcMWbQ4KABbkLzipk3Ot9V4lAIipG1mtmipnFrzpEM6ZgEkOvwlWsZ4dXewYypMCXNaJDwGvVv8p6rVT4Qie
[cli][info] Available streams: 720p (worst, best)
[cli][info] Opening stream: 720p (hls)
[download][video.ts] Written 3.8 MB (9s @ 435.3 KB/s)
Reply With Quote