View Single Post
  #2  
Old 08-23-2013, 05:27 PM
CristianoA CristianoA is offline
Senior Member
 
Join Date: Nov 2012
Location: Micronesia
Posts: 261
CristianoA is on a distinguished road
Default

Re: How to download from here?


check page source for link with https and use ffmpeg

example
Code:
ffmpeg -i "https://videos30ios-vh.akamaihd.net/i/2234_080613_CURS_ONL_PREP_OAB_1FASE_XII_EOU_OAB_1FASE_TEOR_DIR_TRAB_AULA_1_Pt_I.mp4/master.m3u8?hdnea=st=1377300247~exp=1377300747~acl=/*~id=9osii2ldq6j74acb0v1gfud965~hmac=93cfd781f9caf9281feb01031e419667e8baf4be3e55b5db69c959fbbc1c2801" -c copy t.ts
Reply With Quote