So, a website lets you "preview" contents (it's rent platform) and loads full film once you click play. There is timer on the page after 2-3 minutes you must refresh the page because it no longer let you watch the rest. Since it loads full movie I can grab m3u8 url via cat-catch copy N_m3u8DL-RE code and download is starting. But after that 3 minutes have passed N_m3u8DL-RE can't download new .ts fragments because supplied m3u8 URL is changed on the website. I clicked again preview it loads full movie again with fresh m3u8 url but everything inside is the same (key, key address). They use JWPlayer.
I give some randomized example (no actual link) which can give you the method and I'd like to your help how to deal with constantly changing m3u8 url? I can't disclosure the name obviously...
1st preview 1080p randomized m3u8 url:key address:Code:https://randomwebsite.com/s/f3b7c1e9a84d2f6b0c9e5a7d1b2c3e48/8394712650/47286/files/21/01/8397152/31473-zT8vKpR2mXq9bLd-drm-aes.ism/10288-zT8vKpR2mXq9bLd-drm-aes-audio=128000-video=1302000.m3u8Key method: AES-128Code:https://randomwebsite.com/47286/files/21/01/8397152/31473-zT8vKpR2mXq9bLd-drm-aes.ism.key
in 2nd url only red text is changed. 2nd key address is exactly the same with first one.
I can play .ts files that downloaded during preview no DRM.
[Attachment 89566 - Click to enlarge]
+ Reply to Thread
Results 1 to 10 of 10
-
Last edited by yarrak; 4th Nov 2025 at 16:34.
-
-
Same url goes with 1-2-3.ts.Code:
https://randomwebsite.com/s/f3b7c1e9a84d2f6b0c9e5a7d1b2c3e48/8394712650/47286/files/21/01/8397152/31473-zT8vKpR2mXq9bLd-drm-aes.ism/10288-zT8vKpR2mXq9bLd-drm-aes-audio=128000-video=1302000-1.ts
Top info in m3u8
-------Code:#EXTM3U #EXT-X-VERSION:4 ## Created with Unified Streaming Platform (version=1.12.8-28913) #EXT-X-PLAYLIST-TYPE:VOD #EXT-X-MEDIA-SEQUENCE:1 #EXT-X-INDEPENDENT-SEGMENTS #EXT-X-TARGETDURATION:2 #USP-X-TIMESTAMP-MAP:MPEGTS=900000,LOCAL=1970-01-01T00:00:00Z
I can only preview 3 times btw. It has expired after that.Last edited by yarrak; 4th Nov 2025 at 17:20.
-
create two new free accounts first.. then follow instructions in the script
download this script
https://files.videohelp.com/u/315187/filmingo_downloader.exe
you might need these binaries in case you don't have them
https://files.videohelp.com/u/315187/binaries.rar
good luckLast edited by xangetsue; 5th Aug 2026 at 03:48. Reason: Forgot to add binaries link
-
I know a site that behaves the same way, so create a bat file and put this inside
edit data as you need, here just an example. then update the m3u8 link from your browser and once the download stop, run the bat file again.Code:@echo off setlocal enabledelayedexpansion set "URL=" set /p URL=Enter http link (m3u8): if "%URL%"=="" ( echo No link entered. pause exit /b 1 ) echo Downloading... N_m3u8DL-RE "%URL%" ^ -H "Referer: https://put-your-refer-link-here" ^ -H "Host: cdn.v1.media-173.d2b.you" ^ -H "sec-fetch-dest:empty" -H "sec-fetch-mode:cors" ^ -H "sec-fetch-site:cross-site" -H "sec-gpc:1" ^ -M mkv ^ --save-name add-filename-here ^ --no-log @pause
specifying filename the download will resume
Similar Threads
-
How to merge video m3u8 url and audio m3u8 url live channel
By sairaj in forum DVB / IPTVReplies: 3Last Post: 18th Jan 2026, 17:16 -
How to extract m3u8 URL from this site?
By BosseB in forum Video Streaming DownloadingReplies: 8Last Post: 17th Nov 2025, 16:11 -
Download from URL without index.m3u8
By naoto89 in forum Video Streaming DownloadingReplies: 8Last Post: 25th Jan 2025, 04:25 -
M3U8 url works only in browser. Not in VLC
By Numero in forum Video Streaming DownloadingReplies: 5Last Post: 26th Dec 2023, 20:23 -
How to extract and use an m3u8 URL to download from a 24/7 stream?
By BosseB in forum Video Streaming DownloadingReplies: 28Last Post: 1st Feb 2022, 07:57


Quote