Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

ABC and Disney Networks

(http://stream-recorder.com/forum/showthread.php?t=16259)

TankEngineOh 04-26-2013 11:56 PM

ABC and Disney Networks


 
I have been trying really hard for a long time now to try to figure out how to stream rip videos from http://watchdisneychannel.go.com/
I am completely out of ideas here, though, and I am in need of help. While using URL Snooper it appears as if Disney is currently hosting their videos on their ABC servers, so I am assuming the ripping process will be the same. Does anyone already know how to rip ABC videos? Can anyone help me to figure out how to rip videos from WatchDisneyChannel?

chap 05-01-2013 01:08 AM

Re: ABC and Disney Networks


 
try use ffmpeg
example;)

TankEngineOh 05-02-2013 03:01 PM

Re: ABC and Disney Networks


 
Thank you for the response, chap. I am kind of new at this. Would you mind to please give me a step-by-step on how to accomplish this?

mrberni 05-04-2014 11:59 AM

Re: ABC and Disney Networks


 
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.

JALsnipe 08-02-2014 11:43 AM

Re: ABC and Disney Networks


 
Hey sorry for the bump but I'm having trouble downloading from the Disney sites.

I'm trying to download this video:
http://watchdisneychannel.go.com/how...emiere-trailer

First I do what you say, get the .m3u8 playlist from the inspector. I then go in and grab the 1080p stream URL:

Code:

#UPLYNK-MEDIA0:1920x1080x30,high-40,2x48000
#EXT-X-STREAM-INF:PROGRAM-ID=1,RESOLUTION=1920x1080,BANDWIDTH=6902579,CODECS="mp4a.40.5,avc1.640028"
http://content-ause4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/h.m3u8?[MY_KEY_INFO]

I throw that into the ffmpeg call like you said:

Code:

ffmpeg -i "http://content-ause4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/e.m3u8?[MY_KEY_INFO]" -c copy -bsf:a aac_adtstoasc "test.mp4"
But I get the following error:
Code:

ffmpeg version 2.3.1 Copyright (c) 2000-2014 the FFmpeg developers
  built on Aug  2 2014 11:37:10 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  configuration: --prefix=/usr/local/Cellar/ffmpeg/2.3.1 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid
  libavutil      52. 92.100 / 52. 92.100
  libavcodec    55. 69.100 / 55. 69.100
  libavformat    55. 48.100 / 55. 48.100
  libavdevice    55. 13.102 / 55. 13.102
  libavfilter    4. 11.100 /  4. 11.100
  libavresample  1.  3.  0 /  1.  3.  0
  libswscale      2.  6.100 /  2.  6.100
  libswresample  0. 19.100 /  0. 19.100
  libpostproc    52.  3.100 / 52.  3.100

Unable to open key file [https://content-ause4.uplynk.com/check2?[KEY]]
[hls,applehttp @ 0x7f98ab817800] Error when loading first segment 'http://stg-ec-ore-u.uplynk.com/slices/3d0/21885d134fa441488df8e1d7acee8c66/3d0c3e128fcb44059a1cf65c5d04455a/E00000000.ts[KEY]'
http://content-ause4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/e.m3u8?[KEY]: Invalid data found when processing input

Note that I've removed any sensitive key info in the URL. Has the way to download Disney videos changed over the past few months?

Thanks again!

EDIT: I think something is wrong with that key file. When I try to curl the URL ffmpeg uses for the key file, it gives me garbage data:
Code:

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Cache-Control: no-cache, no-store
Content-Type: text/html; charset=UTF-8
Date: Sat, 02 Aug 2014 18:02:43 GMT
Server: uplynk webStack/2.4
X-Services: f737a433c5c842f8ac8f00b6d977f0f8
Content-Length: 16
Connection: Close

?SÁÖ'}Ej{u?Ú_


chap 08-02-2014 12:13 PM

Re: ABC and Disney Networks


 
try use old version ffmpeg~december 2013

peterpan 08-02-2014 12:18 PM

Re: ABC and Disney Networks


 
It's working fine m8!



Use this code:

Code:

ffmpeg -i "http://content-ausw3.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/h.m3u8?exp=1407003250&ct=a&eid=10017086&oid=21885d134fa441488df8e1d7acee8c66&iph=130fd32d4899168bcb9eb91b5f940e4caddb069160822dc11021b2aa24777fe7&rays=eabcdfgh&euid=00A6355D-555B-4D6A-8F3A-5E752AA18AAC_000_0&sig=352c68a1b55f9080850a6aebf7370f352f967f642dac1b90c7aa224d312bc50f&pbs=bd79d0b64e4e4c61bd7c13646501cc99" -c copy -bsf:a aac_adtstoasc "test.mp4"

theauthor 08-02-2014 11:58 PM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by peterpan (Post 69462)
It's working fine m8!



Use this code:

Code:

ffmpeg -i "http://content-ausw3.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/h.m3u8?exp=1407003250&ct=a&eid=10017086&oid=21885d134fa441488df8e1d7acee8c66&iph=130fd32d4899168bcb9eb91b5f940e4caddb069160822dc11021b2aa24777fe7&rays=eabcdfgh&euid=00A6355D-555B-4D6A-8F3A-5E752AA18AAC_000_0&sig=352c68a1b55f9080850a6aebf7370f352f967f642dac1b90c7aa224d312bc50f&pbs=bd79d0b64e4e4c61bd7c13646501cc99" -c copy -bsf:a aac_adtstoasc "test.mp4"

Sorry for this question, a bit of a noob. I can't seem to find the .m3u8 file in firefox. Where in the console/inspector do you find it? I've tried using URLSnooper as well but can still not find it.

peterpan 08-03-2014 12:17 AM

Re: ABC and Disney Networks


 
As mentioned above, Press Ctrl + Shift + k (or i)
Play the stream...and search for m3u8 strings...
Hope this helps...

theauthor 08-03-2014 12:50 AM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by peterpan (Post 69489)
As mentioned above, Press Ctrl + Shift + k (or i)
Play the stream...and search for m3u8 strings...
Hope this helps...

THANK YOU SO MUCH! I finally am able to download from those sites now! Do you have any idea if this works the same way with hulu and netflix?

peterpan 08-03-2014 01:17 AM

Re: ABC and Disney Networks


 
Try denobis' Atresdownloader ;)

theauthor 08-03-2014 01:35 AM

Re: ABC and Disney Networks


 
Cool, I'll take a look at it! Excuse the excessive questions, but do you know how I would use RTMPdump for this? I was trying to download from here

http://watchdisneyxd.go.com/gravity-...nto-the-bunker

and it doesn't give me a 1080p option, even though the source is there.

theauthor 08-03-2014 01:56 AM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by blimey (Post 69498)
For the particular video you mention (1_j24r52cu), in addition to the hls (m3u8), there is also a 1080p mp4 link in the source;
Code:

http://cdn.video.abc.com/video_disneychannel/mp4/source/DCOM_P123317_HOWTOBUILDABETTERBOY_SNEAKPEEK_72dac49d-6590-4805-8e0a-e8d6e0ced060_10017086_source.mp4

How did you find that???

I'm trying to get one for this.

http://watchdisneyxd.go.com/gravity-...nto-the-bunker

theauthor 08-03-2014 02:14 AM

Re: ABC and Disney Networks


 
It's the same process as the other video, it's just restricted to those with cable providers. Since I have uverse I've been able to download this with ffmpeg, but for some reason a 720p or 1080p source are not available. That's why the source video would be helpful. Where did you find that source video?

Also, do you happen to know how to use rtmpdump in this situation at well?

peterpan 08-03-2014 02:39 AM

Re: ABC and Disney Networks


 
Try these for 720 & 1080 respectively...
And STOP double-posting!!! As it's NOT gone get a faster answer LOL
http://stream-recorder.com/forum/nee...om-t18623.html

Code:

ID=1,RESOLUTION=1280x720,BANDWIDTH=2816000,CODECS="mp4a.40.5,avc1.4d001f"
http://content-ausw4.uplynk.com/4298ce9617614a6e9e70c8b7f43b8220/g.m3u8

ID=1,RESOLUTION=1920x1080,BANDWIDTH=6902579,CODECS="mp4a.40.5,avc1.640028"
http://content-ausw4.uplynk.com/4298ce9617614a6e9e70c8b7f43b8220/h.m3u8


theauthor 08-03-2014 03:14 AM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by peterpan (Post 69505)
Try these for 720 & 1080 respectively...
And STOP double-posting!!! As it's NOT gone get a faster answer LOL
http://stream-recorder.com/forum/nee...om-t18623.html

Code:

ID=1,RESOLUTION=1280x720,BANDWIDTH=2816000,CODECS="mp4a.40.5,avc1.4d001f"
http://content-ausw4.uplynk.com/4298ce9617614a6e9e70c8b7f43b8220/g.m3u8

ID=1,RESOLUTION=1920x1080,BANDWIDTH=6902579,CODECS="mp4a.40.5,avc1.640028"
http://content-ausw4.uplynk.com/4298ce9617614a6e9e70c8b7f43b8220/h.m3u8


I apologize for the double posting, it won't happen again :)

Thanks for those links, however, none of them seem to be working. How did you get to them?


EDIT: Nevermind, I found the 720p one, and it's working, but not the 1080p one. Where do I get that?

EDIT2: Wait, if I don't have a 1080p monitor hooked up at the moment, might that be causing the no 1080p issue?

peterpan 08-03-2014 03:29 AM

Re: ABC and Disney Networks


 
It's all in the source file m8...if you save and open (using a text editor) the 1st m3u8 file, you find under Console, you'll find all resolutions there ;)

Code:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-INDEPENDENT-SEGMENTS
#EXT-X-STREAM-INF:PROGRAM-ID=1,RESOLUTION=416x234,BANDWIDTH=398745,CODECS="mp4a.40.5,avc1.42000d"
http://content-ausw4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/d.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,RESOLUTION=704x396,BANDWIDTH=738918,CODECS="mp4a.40.5,avc1.4d001e"
http://content-ausw4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/e.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,RESOLUTION=896x504,BANDWIDTH=1315635,CODECS="mp4a.40.5,avc1.4d001f"
http://content-ausw4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/f.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,RESOLUTION=1280x720,BANDWIDTH=2816000,CODECS="mp4a.40.5,avc1.4d001f"
http://content-ausw4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/g.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,RESOLUTION=1920x1080,BANDWIDTH=6902579,CODECS="mp4a.40.5,avc1.640028"
http://content-ausw4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/h.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,RESOLUTION=96x54,BANDWIDTH=42803,CODECS="mp4a.40.5,avc1.42000a"
http://content-ausw4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/a.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,RESOLUTION=192x108,BANDWIDTH=99123,CODECS="mp4a.40.5,avc1.42000b"
http://content-ausw4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/b.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,RESOLUTION=256x144,BANDWIDTH=200499,CODECS="mp4a.40.5,avc1.42000c"
http://content-ausw4.uplynk.com/3d0c3e128fcb44059a1cf65c5d04455a/c.m3u8

And as some other guy above mentioned, you can find a direct hi-res mp4 link in the source as well ;)


theauthor 08-03-2014 01:13 PM

Re: ABC and Disney Networks


 
I've been trying to get to that source, but I can't seem to find it. When I saw view page source, I get sent to this:



How do you get to that source code?

blimey 08-03-2014 05:17 PM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by theauthor (Post 69526)
How do you get to that source code?

It is child xml page called early in the network traffic for the 1_j24r52cu video. You can just open the xml url directly in the broswer;
Code:

http://api.watchabc.go.com/vp2/ws/s/contents/2015/videos/004/001/-1/-1/-1/VDKA1_j24r52cu/-1/-1?v=08.00
But the 1_j24r52cu video is a free public trailer/advertisement. You probably won't find the same thing for authenticated episodic content like what you're looking for...

theauthor 08-03-2014 09:32 PM

Re: ABC and Disney Networks


 
You're right, it just gives me the .m3u8 link that I could get otherwise.

http://api.watchabc.go.com/vp2/ws/s/.../-1/-1?v=08.00

save8lot 08-15-2014 07:15 PM

Re: ABC and Disney Networks


 
I read through this thread and it appears to only pertain to the "watchdisneychannel" site. However I am trying to download from the
Code:

video.disney.com/watch
site instead.

For example:

I am trying to download the following link:
Code:

http://video.disney.com/watch/disneychannel-dmms026-captain-donald-4ffebffe5c7742b5e967c3c7
When I search the source code I can only find the links for the "access.mp4" files:
Code:

https://secure.vp.disney.go.com/channel_longform/dmmsmpp/k100000751/132f16-tdm_pdmmsmpp-026_hk100000751_wec-h264h_aac_1920x1080_7840x160.access.mp4
(These access files do not play once downloaded.)

However I can use the access file to determine the real (.mp4) download link (almost) but removing ".access" from the end of the file, BUT the real problem is the 6-character Unique code on each link at the very beginning of each file name (above example "132f16"). It is different between the "access.mp4" and regular ".mp4" link and I do not know how to determine it.

I used to be able to crawl the websites with jDownloader to find the links, but that no longer works.

So I determined the download link to be:

Code:

https://secure.vp.disney.go.com/channel_longform/dmmsmpp/k100000751/******-tdm_pdmmsmpp-026_hk100000751_wec-h264h_aac_1920x1080_7840x160.mp4
However it is still missing the 6-character code (represented by "******").


I tried your method of opening the Web Console and searching for "m3u8" files but i cant find them on this other di$ney site.

I also tried urlsnooper2, wireshark, rtmp dump and several other programs without success.

I did download the "atresdownloader" but got a Non-English error when trying to launch the program which i can not read or understand.
Code:

necesitas descargar versiones correctas de los archivos libeay32.dll y ssleay32.dll
Perhaps someone can help me figure this out.

Thanks

blimey 08-15-2014 09:10 PM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by save8lot (Post 69841)
I read through this thread and it appears to only pertain to the "watchdisneychannel" site. However I am trying to download from the
Code:

video.disney.com/watch
site instead.

I did download the "atresdownloader" but got a Non-English error when trying to launch the program which i can not read or understand.
Code:

necesitas descargar versiones correctas de los archivos libeay32.dll y ssleay32.dll

As den mentioned in this thread, atres does it with a call to kaltura, and the php code is provided in that thread.
Quote:

Originally Posted by save8lot (Post 69841)
For example:

I am trying to download the following link:
Code:

http://video.disney.com/watch/disneychannel-dmms026-captain-donald-4ffebffe5c7742b5e967c3c7

Code:

http://cdn.videos.dolimg.com/channel_longform/dmmsmpp/k100000751/3311ee-tdm_pdmmsmpp-026_hk100000751_wec-h264h_aac_1920x1080_7840x160.mp4

save8lot 08-16-2014 12:44 AM

Re: ABC and Disney Networks


 
Thanks blimey.

I tried to PM you, because I needed some help figuring out how to use the PHP file, but you dont seem to accept PMs, so I left you a post in the other thread you directed me to. Hopefully you will get a chance to respond.


Thanks. :)

bubbafett 09-01-2014 04:43 PM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by mrberni (Post 67464)
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

Stream Ripper 09-01-2014 08:55 PM

Re: ABC and Disney Networks


 
In case any of this is too complex (for others reading the thread), Replay Video Capture works GREAT with these files and records in 1080p as well

JALsnipe 09-07-2014 07:11 PM

Re: ABC and Disney Networks


 
Anyone know how I would go about opening one of these videos (say the Live TV feed) in VLC?

save8lot 10-06-2014 07:00 PM

Re: ABC and Disney Networks


 
I am trying to download a video from "watchdisneychannel" in 1080p [Girl Meets World - of Terror]. However I found two different master m3u8 files for this video.

The first one (10021004.m3u8) is found on the video's XML page (listed below) and contains the 1080p version (as h.m3u8) but does NOT contain the "Token" needed to download it.
Code:

http://api.watchabc.go.com/vp2/ws/s/contents/2015/videos/004/001/-1/-1/-1/vdka0_ybnfdwml/-1/-1?v=08.00
-----

The Second master m3u8 file (also named 10021004.m3u8) can be found after logging into the website and loading the video. Then using Firefox's debug console to view the file and token. This m3u8 files DOES contain the token needed to download the videos, but does NOT include the 1080p version at all. The best listed is 720p.


This makes no sense to me. The fact that it is listed in the first m3u8 file clearly shows it exists, but without the token information it is impossible to download. I tried using the token information from the second m3u8 file with the 1080p link from the first, but that did not work. I was able to download the 720p version with no problem, but cant figure out how to get the 1080p one.

Some people claim that you can download from watchdisneychannel without even have to login, so there must be a way to find the token.

Is there a way to get a token for the m3u8 file in the XML page (listed above)? Or how else can i download the 1080p version?

Thanks in advance :)

Kii-lon 10-08-2014 11:11 PM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by save8lot (Post 71269)
Is there a way to get a token for the m3u8 file in the XML page (listed above)? Or how else can i download the 1080p version?

Thanks in advance :)

You and me both! I am also having trouble trying to get the 1080p rip from this video here on DisneyXD Go:
http://watchdisneyxd.go.com/camp-lak...li-con-carnage

I have a cable subscription and already know how to download shorts and the episodes in 720p and below (thanks to your post save8lot!)
but cannot get the 1080p version at all.

The "h.m3u8" file is easy to find/get but I can't download the 1080p .ts files because I get the "403 forbidden" error when
trying to get the key files to decrypt the .ts files.

With a token, I was able to retrieve the 720p version for that video linked above but can't with the 1080p version as save8lot explained above.
The token that works for the 720p and below versions doesn't work for the 1080p one.

Yeah...I know nothing else to retrieve the un-encrypted 1080p episode. :(

PLEASE can anyone help in anyway to get this episode in 1080p?
That is all I need...as well as save8lot as well.

Thanks to y'all for this thread and all the help you give to us all...
If you have the answer, it would be nice if you explain how you did it so everyone else may know.

Yup! :D

mrberni 10-13-2014 09:34 AM

Re: ABC and Disney Networks


 
@ save8lot & Kii-lon:

I have sent you both my method for downloading from watchdisneychannel/watchdisneyxd. 1080p works, and you don't even need to login anymore.

I don't want to post the instruction here, because I don't know if Disney could block the method it. If someone else wants the instruction, just sent me a pm.

ItsAngel 10-21-2014 01:20 PM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by mrberni (Post 71443)
@ save8lot & Kii-lon:

I have sent you both my method for downloading from watchdisneychannel/watchdisneyxd. 1080p works, and you don't even need to login anymore.

I don't want to post the instruction here, because I don't know if Disney could block the method it. If someone else wants the instruction, just sent me a pm.

would you mind PMing me aswell please, im trying to get full episodes from ABC.com and ive tried almost everything. hopefully with your disney info i could download from ABC as well,thanks!

deathdeal 10-22-2014 10:35 AM

Re: ABC and Disney Networks


 
Please could you pm me the instructions also

Thanks in advance.

ceppu36 02-04-2015 02:28 AM

Re: ABC and Disney Networks


 
Code:

"F:\Setups\rtmpdump\rtmpdump.exe" -r "rtmpe://videodolimgfs.fplive.net/videodolimg" -a "videodolimg" -f "WIN 16,0,0,235" -W "http://p.jwpcdn.com/6/11/jwplayer.flash.swf" -p "http://www.aliakrep.com/" -y "mp4:production/secure/channel_longform/austinandally/928783/ec3f85-paustinandally_e3-19-f064_tdm_h928783_fprhq_v1080p23_a16x9-178_leng-h264h_aac_1920x1080_7840x160.mp4" -o "D:\ec3f85-paustinandally_e3-19-f064_tdm_h928783_fprhq_v1080p23_a16x9-178_leng-h264h_aac_1920x1080_7840x160.mp4"
Rtmpdump Error netstream.play.streamnotfound

Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 10
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound

ceppu36 02-28-2015 12:29 PM

Re: ABC and Disney Networks


 
And finally I found a way to download Disney and ABC's videos. evidence → http://i.hizliresim.com/RJr081.jpg

hasomaso skype aç artık.

randyrulzz2014 03-06-2015 03:33 PM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by ceppu36 (Post 74559)
And finally I found a way to download Disney and ABC's videos. evidence → http://i.hizliresim.com/RJr081.jpg

hasomaso skype aç artık.

Can you please send me a PM with the url link of this website?

Thanks in advance!

PieBeatsCake 04-24-2015 12:03 PM

Re: ABC and Disney Networks


 
I've been having no luck with any of these links no matter what I do.
Code:

http://video.disney.com/watch/disneychannel-kim-possible-movie-so-the-drama-part-1-4c7e83d53aae8ecf328edd65
http://video.disney.com/watch/disneychannel-kim-possible-movie-so-the-drama-part-2-4c7e9ea90f3d9f27c99b4731
http://video.disney.com/watch/disneychannel-kim-possible-movie-so-the-drama-part-3-4c7eb97be285582e114061dc


Nirbitz 04-25-2015 03:02 AM

Re: ABC and Disney Networks


 
Hi can someone please tell me how to add a token string to the ffmpeg command line? Or provide a link so I can read and Lean.
Thi.

ceppu36 06-30-2015 11:47 AM

Re: ABC and Disney Networks


 
ENG : ABC, ABC Family, Disney, Disney XD, I found at the end of follow-up without logging Disney Junior channels live and in HD 720p platforms.

http://i.hizliresim.com/PqmoA6.jpg

TUR : abc,abc family,disney,disney xd,disney junior kanallarını canlı ve 720p HD olarak platformlara giriş yapmadan izlemeyi sonunda buldum.

randyrulzz2014 06-30-2015 12:18 PM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by ceppu36 (Post 77880)
ENG : ABC, ABC Family, Disney, Disney XD, I found at the end of follow-up without logging Disney Junior channels live and in HD 720p platforms.

http://i.hizliresim.com/PqmoA6.jpg

TUR : abc,abc family,disney,disney xd,disney junior kanallarını canlı ve 720p HD olarak platformlara giriş yapmadan izlemeyi sonunda buldum.

I send a PM to you.

ceppu36 07-02-2015 12:04 AM

Re: ABC and Disney Networks


 
ffmpeg and vlc this live stream not working.
Have other programs that advice?
http://www.aliakrep.com/disney-xd-usa-live/

biezom 07-02-2015 05:00 AM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by ceppu36 (Post 77922)
ffmpeg and vlc this live stream not working.
Have other programs that advice?
http://www.aliakrep.com/disney-xd-usa-live/

Code:

livestreamer  "hlsvariant://http://cdnbakmi.kaltura.com/p/628012/sp/62801200/flvclipper/entry_id/0_qnteuvjw/version/7845621h5yd3n9l0p1we367jbn5j.m3u8" best


All times are GMT -6. The time now is 08:27 AM.