VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Hi, I need to download a movie from https://hdfilme.net/ but the problem is, i tried it by looking after the mp4video link in developer tools, but i didnt find it. So i searched for the m3u8 document and tried to stream it with vlc but it didn't work, can somebody help me please?
    Quote Quote  
  2. I was able to download a trailer on that website with Tubedigger (free Tubedigger trial downloads 50% of the video). To download the whole movie from that website, I believe you need login credentials. However, it is possible that the whole movie (as opposed to the trailer) has some kind of encryption that makes it more difficult to download.
    Last edited by jimdagys; 3rd Jan 2019 at 12:14.
    Quote Quote  
  3. Average video editor Sviests's Avatar
    Join Date
    Sep 2018
    Location
    USA,Sweden
    Search Comp PM
    Stream detector plugin for firefox can pick up the .m3u8 streams from this site.

    F.e. i tried this movie:
    https://hdfilme.net/the-dragon-unleashed-2019-10822-stream

    The plugin gave me link to .m3u8 (highest qiality)
    Code:
    https://slave4.hdfilme.org/drive//hls/ac29e119e74ddf489f5319782610ee14/ac29e119e74ddf489f5319782610ee14.m3u8
    Then you can extract the video with f.e. FFMPEG

    Code:
    ffmpeg -i https://slave4.hdfilme.org/drive//hls/ac29e119e74ddf489f5319782610ee14/ac29e119e74ddf489f5319782610ee14.m3u8 -c:v copy -c:a copy output_file.mp4
    It may take some time,but it will download it. You may see couple of https errors in console,but they're not important,i was able to download it fully without problems.
    Quote Quote  



Similar Threads

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