VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. There are two videos I'm trying to download. The URLs are:

    https://event.liveconnect.co.kr/onf_vod1_en
    https://event.liveconnect.co.kr/onf_vod2_en

    And the M3U8s are:

    https://d2ynda1pwsliuu.cloudfront.net/f1f5acd0-c058-4ccb-8263-dfd4f8ca061f/singleview/...=1649987676921
    https://d2ynda1pwsliuu.cloudfront.net/2f064ba8-7f3e-4440-b0dd-cf390dd30aff/singleview/...=1649987755845

    I have yt-dlp and FFmpeg. I need to know how to download these streams into either MKV or MP4 format. I paid for the videos so I have the credentials necessary to view them, but I don't know what I'm supposed to put in the terminal. I've been searching around for hours but I just can't figure it out and only get errors. Can someone please help me? Please forgive me as I'm very new at this.
    Quote Quote  
  2. Share credentials via private message.
    click click2
    If I/my posts ever helped you, and you want to give back, send me a private message!
    Quote Quote  
  3. you need to add the referer header to yt-dlp ie.
    Code:
    yt-dlp --add-header "referer:https://event.liveconnect.co.kr/" "url"
    Quote Quote  
  4. Originally Posted by ElCap View Post
    you need to add the referer header to yt-dlp ie.
    Code:
    yt-dlp --add-header "referer:https://event.liveconnect.co.kr/" "url"
    It worked perfectly; thank you so much!!
    Quote Quote  
  5. or simply
    Code:
    yt-dlp --referer "https://event.liveconnect.co.kr/" "url"
    Quote Quote  



Similar Threads

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