+ Reply to Thread
Results 1 to 4 of 4

Thread: Need help downloading video from site (Already Solved)

  1. #1
    Member
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    182

    Need help downloading video from site (Already Solved)

    Does anyone know how to download high quality videos at ******? it's a new streaming platform with some rare anime series. There are some free videos but it requires an account. When you login look up at the top right corner and make sure SFW is selected as we don't want to see NSFW content.

    Here's an example video
    Code:
    https://*****.net/anime_titles/164?episode=967
    I hope someone knows a method to download videos from this service using windows(preferred) or linux

    EDIT: Solution found. No further replies required
    Last edited by Shaorin; 8th May 2025 at 21:01.
    Quote Quote  

  2. #2

    Re: Need help downloading from OceanVeil.net

    manifest requires:
    cookies:
    auth._token.local
    auth.strategy

    segments require:
    headers:
    User-Agent
    Authorization
    Referer


    so a command would look like (you'll have to enter your own bearer token):
    Code:
    N_m3u8DL-RE "https://oceanveil.net/api/v1/anime_episodes/967/video.m3u8" -H "Cookie: auth._token.local=Bearer<truncated>; auth.strategy=local" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0" -H "Authorization: Bearer<truncated>" -H "Referer: https://oceanveil.net/"
    It's just AES-128 from there
    Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2
    Quote Quote  

  3. #3

    Re: Need help downloading from OceanVeil.net

    Extensions like Video DownloadHelper or Video Downloader-Cococut do the job for your site
    Quote Quote  

  4. #4
    Member
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    182

    Re: Need help downloading from OceanVeil.net

    Quote Originally Posted by cedric8528 View Post
    Extensions like Video DownloadHelper or Video Downloader-Cococut do the job for your site
    Thanks your tool suggestion worked and easy to use for a newbie like me since I don't know how to use the command line method
    Quote Quote  

+ Reply to Thread

Similar Threads

  1. Error downloading from iframe.mediadelivery.net
    By johannu in forum Video Streaming Downloading
    Replies: 4
    Last Post: 8th Jan 2024, 11:10
  2. Downloading from iframe.mediadelivery.net stopped working
    By monk87 in forum Video Streaming Downloading
    Replies: 6
    Last Post: 3rd Jan 2023, 09:37
  3. Downloading from cloudfront.net player
    By Khal1d in forum Video Streaming Downloading
    Replies: 6
    Last Post: 6th Jun 2021, 12:14
  4. Need help in downloading from shahid.net via youtube-dl
    By timucin in forum Video Streaming Downloading
    Replies: 3
    Last Post: 3rd Feb 2021, 09:01
  5. I need help downloading from Shahid.net
    By adool0304 in forum Video Streaming Downloading
    Replies: 1
    Last Post: 12th Aug 2020, 22:13

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts