View Single Post
  #24  
Old 09-01-2014, 04:43 PM
bubbafett bubbafett is offline
Junior Member
 
Join Date: Sep 2014
Posts: 1
bubbafett is on a distinguished road
Default

Re: ABC and Disney Networks


Quote:
Originally Posted by mrberni View Post
Here how to download from watchdisneychannel.com:

Let's try for example with this video:
Code:
http://watchdisneychannel.go.com/gravity-falls/SH55210639/VDKA0_qyeylb8v/double-dipper
When you are using Firefox, then you can press "CTRL+SHIFT+I" or "CTRL+SHIFT+K" to open the Web-Console or use URL Snooper.

Then when you open the videopage, the website will send a .m3u8 file. Use the first m3u8 file you see. It should be named something like this:
Code:
http://content.uplynk.com/ext/21885d134fa441488df8e1d7acee8c66/4752595.m3u8...
Save it and open it with a text Editor. I prefer Wordpad over than the normal Editor, beacuse in Editor it is just one long line.

In the .m3u8 file you will find other .m3u8 links. They are the links to the video. The resolution of the video stand before each link. Highest resolution should be at the bottom of the file

Then copy the link to the resolution you want. Next you will need ffmpeg.

Copy the link into this command: ffmpeg -i "video.m3u8" -c copy -bsf:a aac_adtstoasc "name.mp4"
Open your cmd and download the video with ffmpeg and this command.

I hope I wrote it understandable.
Thanks for this info. Was wondering how to download from abc.go.com and thanks to your post(s), I now know how. Was quite easy to download a 1080p copy of a TV show I wanted after following your instructions.

Cheers
Reply With Quote