VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 16 of 16
  1. Hello,

    Is there a way how to download movies from flixhouse?
    I have tried N_m3u8DL-CLI and cannot download.
    I'm new to this, can you tell me more about it?

    https://flixhouse.com/video/3791/

    thanks
    Quote Quote  
  2. ffmpeg -i "https://flixhousecomcdnstorage.cdn.ypt.me/video_220828210228_v33ad/index.m3u8?token=eyJzYWx0IjoiaHR0cHM6XC9cL2ZsaXhob 3VzZS50dlwvIiwidG9rZW5UaW1lT3V0IjoiMjE2MDAiLCJmaWx lbmFtZSI6InZpZGVvXzIyMDgyODIxMDIyOF92MzNhZCIsInRpb WUiOjE2NjM3NTg1ODd9" -c copy video.mp4
    Quote Quote  
  3. Thanks. I can download it now.
    Quote Quote  
  4. Originally Posted by qzone View Post
    Thanks. I can download it now.
    I wonder which version you downloaded with that "copy video" command line... That HLS stream with 1132 ts segments, has 540p, 720p and 1080p versions:

    I've never downloaded a HLS with ffmpeg before.

    ffmpeg gives me those errors (In my case, token value is different):

    Error when loading first segment
    Invalid data found when processing input
    Quote Quote  
  5. Hi, how do you found those "links" to run ffmpeg? I'm trying to download https://flixhouse.com/video/5172 and can't identify anything like that on web inspector
    Quote Quote  
  6. Console Developper (F12)

    Or you can install Stream Detector extension for Chrome or Firefox to detect the link.

    Image
    [Attachment 82938 - Click to enlarge]
    Quote Quote  
  7. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by vecocamacho View Post
    Hi, how do you found those "links" to run ffmpeg? I'm trying to download https://flixhouse.com/video/5172 and can't identify anything like that on web inspector
    Search for "m3u8"
    Take the AVS_SOURCE parameter init :
    Image
    [Attachment 83009 - Click to enlarge]
    Quote Quote  
  8. Yeap thanks, I manage to find "similar" links but when I try to download I get an error, try different ones and no luck (even the one in your image) this is the closest one to work

    Even download and install chrome and Stream Detector extension and same result with every m3u8 link, is it me? I to stup... LOL


    Image Attached Thumbnails Click image for larger version

Name:	Screenshot 2024-10-21 at 2.19.57 p.m..png
Views:	662
Size:	424.6 KB
ID:	83017  

    Click image for larger version

Name:	Screenshot 2024-10-21 at 2.20.16 p.m..png
Views:	663
Size:	427.6 KB
ID:	83018  

    Quote Quote  
  9. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by vecocamacho View Post
    Yeap thanks, I manage to find "similar" links but when I try to download I get an error, try different ones and no luck (even the one in your image) this is the closest one to work

    Even download and install chrome and Stream Detector extension and same result with every m3u8 link, is it me? I to stup... LOL
    You need to add headers to the request, otherwise the key returned isn't the right one.
    https://gofile.io/d/j5LxFr
    Quote Quote  
  10. hi
    can you send me download 1080p direct link please : https://flixhouse.com/video/4437
    Quote Quote  
  11. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Code:
    N_m3u8DL-RE "https://flixhousecomcdnstorage.cdn.ypt.me/video_230826144253_v9c73/res1080/index.m3u8" --custom-hls-key 8F4DDC5C43F05128B2E7AB059DB6FB99
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  12. Member
    Join Date
    Apr 2022
    Location
    Europe
    Search Comp PM
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Code:
    N_m3u8DL-RE "https://flixhousecomcdnstorage.cdn.ypt.me/video_230826144253_v9c73/res1080/index.m3u8" --custom-hls-key 8F4DDC5C43F05128B2E7AB059DB6FB99
    I'm having trouble to get the key.
    I can see it in inspect element:


    Image
    [Attachment 84653 - Click to enlarge]


    Code:
    ² ÂÝ¥$ú
    6I
    Do I have to convert it to hex?
    I tried a few converters with no joy. Could you please assist?

    Thanks for your help!

    Video link: https://flixhouse.com/video/5557
    Last edited by Bacalhau; 5th Jan 2025 at 15:16.
    Quote Quote  
  13. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    I'm using postman to intercept and download the key file. I think you can do it with browser too but I had no luck replicating. Once I have the file I use this site to get hex
    http://tomeko.net/online_tools/file_to_hex.php

    Code:
    N_m3u8DL-RE "https://flixhousecomcdnstorage.cdn.ypt.me/video_241105184949_v3d34/index.m3u8" --custom-hls-key B2118F20C2DD0EA52419FA0C1A0D3649 -M format=mkv
    Pretty sure there must be an easier way to get these.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  14. Member
    Join Date
    Feb 2006
    Location
    United States
    Search Comp PM
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    I'm using postman to intercept and download the key file. I think you can do it with browser too but I had no luck replicating. Once I have the file I use this site to get hex
    http://tomeko.net/online_tools/file_to_hex.php

    Code:
    N_m3u8DL-RE "https://flixhousecomcdnstorage.cdn.ypt.me/video_241105184949_v3d34/index.m3u8" --custom-hls-key B2118F20C2DD0EA52419FA0C1A0D3649 -M format=mkv
    Pretty sure there must be an easier way to get these.
    install the firefox browser add-on called file centipede - https://addons.mozilla.org/en-US/firefox/addon/filecxx/?utm_source=addons.mozilla.org&...content=search

    once installed, play the video and click on the file centipede addon, click on the potentials tab, there is possible decryption keys ??

    or try the video with cat-catch click on the video that just says hls. click the download button it shows 2 keys
    Last edited by october262; 5th Jan 2025 at 18:17.
    Quote Quote  
  15. yt-dlp --user-agent "Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5355d Safari/8536.25" https://flixhousecomcdnstorage.cdn.ypt.me/video_241105184949_v3d34/index.m3u8
    [generic] Extracting URL: https://flixhousecomcdnstorage.cdn.ypt.me/video_241105184949_v3d34/index.m3u8
    [generic] index: Downloading webpage
    [generic] index: Downloading m3u8 information
    [generic] index: Checking m3u8 live status
    [info] index: Downloading 1 format(s): 4000
    [hlsnative] Downloading m3u8 manifest
    [hlsnative] Total fragments: 729
    [download] Destination: index [index].mp4
    [download] 2.3% of ~ 2.12GiB at 9.02MiB/s ETA 04:10 (frag 17/729)
    ...
    Quote Quote  
  16. Member
    Join Date
    Apr 2022
    Location
    Europe
    Search Comp PM
    Thanks everyone for the help!
    Quote Quote  



Similar Threads

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