View Single Post
  #6  
Old 07-25-2016, 08:28 AM
mrberni mrberni is offline
Member
 
Join Date: May 2014
Posts: 58
mrberni is on a distinguished road
Default

Re: Freeeform - Dead Of Summer - 720p


Quote:
Originally Posted by TheRandom1 View Post
These spam post are really annoying. Anyway to download from freeform.go.com do the following:

Go into the source code of the video page and search for "vdka". This will give you the video-id.

Then insert the video-id into this URL without "vdka". This will give you a m3u8 file with all resolutions, including 1080p and 720p:

Code:
http://cdnbakmi.kaltura.com/p/585231/sp/58523100/flvclipper/entry_id/VIDEO-ID/version/0
Subtitles can be found here (again insert the video-id here, but this time with "vdka"). They are in .xml format. You can convert them with SubtitleEdit (There you have to do the following: Synchronization->Adjust All Times->1 hour earlier):

Code:
http://api.watchabc.go.com/vp2/ws/s/contents/2015/videos/002/001/-1/-1/-1/VIDEO-ID/-1/-1?v=08.00

For your first video:

Code:
http://freeform.go.com/shows/dead-of-summer/episode-guide/season-01/1-patience
The video-id is: VDKA0_ri37qsu5

Code:
http://cdnbakmi.kaltura.com/p/585231/sp/58523100/flvclipper/entry_id/0_ri37qsu5/version/0
Open the m3u8 file you get and copy the m3u8 URL of the resolution you want into the following ffmpeg command:

Code:
ffmpeg -i "M3U8 URL" -c copy "path\video.ts"
Subtitles:
Code:
http://api.watchabc.go.com/vp2/ws/s/contents/2015/videos/002/001/-1/-1/-1/VDKA0_ri37qsu5/-1/-1?v=08.00
Code:
http://ll.media.abc.com/abcvideo/video_fep_family/cc/DOS_1001SH_PATIENCE_EPISODEBONUS_f8e26810-bcf0-4047-83d0-220992fed46e_10067613_01hr.xml

The second video:

Code:
http://freeform.go.com/shows/dead-of-summer/episode-guide/season-01/02-barney-rubble-eyes
The video-id is: VDKA0_9ao9a699

Code:
http://cdnbakmi.kaltura.com/p/585231/sp/58523100/flvclipper/entry_id/0_9ao9a699/version/0
Open the m3u8 file you get and copy the m3u8 URL of the resolution you want into the following ffmpeg command:

Code:
ffmpeg -i "M3U8 URL" -c copy "path\video.ts"
Subtitles:
Code:
http://api.watchabc.go.com/vp2/ws/s/contents/2015/videos/002/001/-1/-1/-1/VDKA0_9ao9a699/-1/-1?v=08.00
Code:
http://ll.media.abc.com/abcvideo/video_fep_family/cc/DOS_1002SH_BARNEYRUBBLEEYES_EPISODEBONUS_cd8baa2e-7f5e-4eee-ac89-e6c731af89ec_10067614_01hr.xml
Reply With Quote