VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. is there any chance to download this video:

    https://abc.com/shows/new-years-rockin-eve/episode-guide/season-51/03-dick-clarks-new-...st-2023-part-1

    without having TV Provider credentials and without waiting a week for it to become accessible to everyone?
    Quote Quote  
  2. Member
    Join Date
    Mar 2006
    Location
    United States
    Search Comp PM
    The easiest way I have found is to find the resolution/size file from the master/main m3u8 file and download with ffmpeg.

    I am using Chrome as my browser, these steps work for me:

    Make sure that you have the extension "User Agent Switcher for Chrome" / "Chrome UA Spoofer" installed and loaded.

    Go to whatever ABC page, from your example:
    HTML Code:
    https://abc.com/shows/new-years-rockin-eve/episode-guide/season-51/03-dick-clarks-new-years-rockin-eve-with-ryan-seacrest-2023-part-1
    While NOT logged into subscriber login

    Open Developer Tools -> Network Tab
    Search for .m3u8

    Chrome UA Spoofer -> iOS -> iPad
    Once UA is now iPad and the page refreshes itself, should find 1 m3u8 file.
    No need to hit play.

    Select the .m3u8 file, and choose the "response" tab.
    Here you will see the various resolutions and versions within the master .m3u8 file.
    Choose the resolution you want.

    I download using ffmpeg.
    Code:
    ffmpeg -protocol_whitelist file,udp,rtp,crypto,tcp,http,https,rtsp,tls  -i "link-to-.m3u8-file" -c copy "NameofFile.mp4"
    My way of doing it.
    Quote Quote  
  3. this method doesn't work for me (also with US IP)

    the sign of TV provider is always required ... (obviously with agent iPad active)
    Quote Quote  
  4. Member
    Join Date
    Mar 2006
    Location
    United States
    Search Comp PM
    Originally Posted by lomero View Post
    this method doesn't work for me (also with US IP)

    the sign of TV provider is always required ... (obviously with agent iPad active)
    The first time or so I tried on that video it worked not being signed in. You are correct though now for sure! My process does not work, it forces you to sign-in. Still works with others videos on ABC if login info isn't needed, and of course if you log in.
    Quote Quote  
  5. The first time or so I tried on that video it worked not being signed in.
    Code:
    ffmpeg -protocol_whitelist file,udp,rtp,crypto,tcp,http,https,rtsp,tls -i "https://content-dtci.uplynk.com/ext/d874124ecca24c88a3c9575e78686acf/e911da75c6b74af4a688a4b2a960248f.m3u8" -c copy test.mp4
    Image Attached Files
    Quote Quote  
  6. Code:
    https://mega.nz/file/0w4RyZpa#fCPLRJjejkozo-LaAdqXS_AwzP4IsRYREoFMF37LoVo
    Quote Quote  
  7. Originally Posted by karapuz View Post
    Code:
    https://mega.nz/file/0w4RyZpa#fCPLRJjejkozo-LaAdqXS_AwzP4IsRYREoFMF37LoVo
    Thank you
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!