Hi, I want to download videos from Watch Disney Channel Asia app.
Yes, I know the method how to download videos from the US Version of Watch Disney Channel and Watch Disney XD, but the Asian Version is a bit more difficult than the US Version.
What i did to grab the stream link is this following steps:
- First I Installed the app on my android smartphone :
https://play.google.com/store/apps/d...ychannelse_goo (this app was not available in my country, So I have to side-load the app)
- Then I turn my laptop in to a mobile Wi-Fi Hotspot and I open the URL Snooper program to capture the network from my phone.
- Then I connect my phone to the Wi-Fi Hotspot from my laptop.
- Ones my phone is connected to the Wi-Fi Hotspot, I open the Hola VPN app to connect to the Singaporean VPN Server.
- Ones my phone is connected to the Singaporean VPN Server, I open the Watch Disney Channel Asia app.
- Then I go to the Free Episodes selection, and I Select a Video.
- I play the video, and BINGO I got the stream link!
This is the stream links what I grab:
Code:
http://dasia.vo.llnwd.net/secure/media/828976/V3/stream_ipad.m3u8?p=49&ci=120&cd=240&cf=1474718190&e=1474711050&h=9beee35278f1bf681188b51be176533c
http://dasia.vo.llnwd.net/secure/media/828976/V3/1800000-960x540/stream.m3u8
http://dasia.vo.llnwd.net/secure/media/828976/V3/1800000-960x540/static.key
http://dasia.vo.llnwd.net/secure/media/828976/V3/1800000-960x540/stream-0.ts
http://dasia.vo.llnwd.net/secure/media/828976/V3/stream_ipad.m3u8?p=49&ci=120&cd=240&cf=1474718193&e=1474711053&h=a04ee4b0168bd9f0fc27c384f726ddae
http://dasia.vo.llnwd.net/secure/media/828976/V3/600000-640x360/stream.m3u8
http://dasia.vo.llnwd.net/secure/media/828976/V3/600000-640x360/static.key
http://dasia.vo.llnwd.net/secure/media/828976/V3/600000-640x360/stream-0.ts
http://dasia.vo.llnwd.net/secure/media/828976/V3/600000-640x360/stream-1.ts
http://dasia.vo.llnwd.net/secure/media/828976/V3/600000-640x360/stream-2.ts
http://dasia.vo.llnwd.net/secure/media/828976/V3/1800000-960x540/stream-1.ts
http://dasia.vo.llnwd.net/secure/media/828976/V3/1800000-960x540/stream-2.ts
http://dasia.vo.llnwd.net/secure/media/828976/V3/1800000-960x540/stream-3.ts
I was able to download video with FFmpeg, but it only downloading first 5 minutes of the episode:
Code:
http://pastebin.com/4naNtj5R
And this is what the inside of the stream_ipad.m3u8 look like:
Code:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1864000
1800000-960x540/stream.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1264000
1200000-640x360/stream.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=664000
600000-640x360/stream.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=464000
400000-480x270/stream.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=264000
200000-416x234/stream.m3u8
So the question is How i can download this video completely?
And I also want to know how to download locked episodes from this app. Because I don't have a StarHub TV Account!
I hope someone can help me out.
Thanks in advance!
And sorry for my bad English.